Html Css Color HEX #210FAF Ultramarine

📋 copy color: '#210FAF'

red 33 ◦ green 15 ◦ blue 175

#210FAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #210FAF

Tints of Ultramarine #210FAF

RGB

 RED value IS 33 (13.28% from 255) = 14.8%

 GREEN value IS 15 (6.25% from 255) = 6.73%

 BLUE value IS 175 (68.75% from 255) = 78.48%

R = 14.8%
G = 6.73%
B = 78.48%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#210FAF (or 0x210FAF) is known color: Ultramarine. HEX triplet: 21, 0F and AF. RGB value is (33,15,175). Sum of RGB (Red+Green+Blue) = 33+15+175=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #210FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210FAF is #DEF050. Grayscale: #262626. Windows color (decimal): -14610513 or 11472673. OLE color: 11472673.

HSL color Cylindrical-coordinate representation of color #210FAF: hue angle of 246.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210FAF is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 15 175 -
CMYK 0.81 0.91 0 0.31
HSL 246.75º 0.84% 0.37% -
HSV(B) 246.75º 0.91% 0.69% -
XYZ 8.54 3.76 40.83 -
YUV 38.62 204.96 123.99 -
System Red Green Blue C M Y K H S L
Decimal 33 15 175 0.81 0.91 0 0.31 246.75 0.84 0.37
Hex 21 F AF 51 5B 0 1F F7 54 25
Octal 41 17 257 121 133 0 37 367 124 45
Binary 100001 1111 10101111 1010001 1011011 0 11111 11110111 1010100 100101

Color Harmonies of #210FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210FAF

Black with #210FAF

Text Example


Text Example

White with #210FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210FAF; }

 p { color: rgb(33,15,175); }

 H1.HeaderClassName
 {
   color: #210FAF;
 }
 .AnyTagClassName
 {
   color: #210FAF;
 }
</style>

background-color css

<style>
 a { background-color: #210FAF; }

 a { background-color: rgb(33,15,175); }

 div.DivClassName
 {
   background-color: #210FAF;
 }
 .BgClassName
 {
   background-color: #210FAF;
 }
</style>

border-color css

<style>
 span { border-color: #210FAF; }

 span { border-color: rgb(33,15,175); }

 td.TdClassName
 {
   border-color: #210FAF;
 }
 .TagClassName
 {
   border-color: #210FAF;
 }
</style>