Html Css Color HEX #210FAB Ultramarine

📋 copy color: '#210FAB'

red 33 ◦ green 15 ◦ blue 171

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

Shades of Ultramarine #210FAB

Tints of Ultramarine #210FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.08%

R = 15.07%
G = 6.85%
B = 78.08%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#210FAB (or 0x210FAB) is known color: Ultramarine. HEX triplet: 21, 0F and AB. RGB value is (33,15,171). Sum of RGB (Red+Green+Blue) = 33+15+171=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #210FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210FAB is #DEF054. Grayscale: #252525. Windows color (decimal): -14610517 or 11210529. OLE color: 11210529.

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

Color convert

RGB 33 15 171 -
CMYK 0.81 0.91 0 0.33
HSL 246.92º 0.84% 0.36% -
HSV(B) 246.92º 0.91% 0.67% -
XYZ 8.15 3.61 38.79 -
YUV 38.17 202.96 124.32 -
System Red Green Blue C M Y K H S L
Decimal 33 15 171 0.81 0.91 0 0.33 246.92 0.84 0.36
Hex 21 F AB 51 5B 0 21 F7 54 24
Octal 41 17 253 121 133 0 41 367 124 44
Binary 100001 1111 10101011 1010001 1011011 0 100001 11110111 1010100 100100

Color Harmonies of #210FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210FAB

Black with #210FAB

Text Example


Text Example

White with #210FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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