Html Css Color HEX #04207B Sapphire

📋 copy color: '#04207B'

red 4 ◦ green 32 ◦ blue 123

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

Shades of Sapphire #04207B

Tints of Sapphire #04207B

RGB

 RED value IS 4 (1.95% from 255) = 2.52%

 GREEN value IS 32 (12.89% from 255) = 20.13%

 BLUE value IS 123 (48.44% from 255) = 77.36%

R = 2.52%
G = 20.13%
B = 77.36%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#04207B (or 0x04207B) is known color: Sapphire. HEX triplet: 04, 20 and 7B. RGB value is (4,32,123). Sum of RGB (Red+Green+Blue) = 4+32+123=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 123 (48.44% from 255 or 77.36% from 159); Max value from RGB is 123 - color contains mainly: blue. Hex color #04207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04207B is #FBDF84. Grayscale: #212121. Windows color (decimal): -16506757 or 8069124. OLE color: 8069124.

HSL color Cylindrical-coordinate representation of color #04207B: hue angle of 225.88º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04207B is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 4 32 123 -
CMYK 0.97 0.74 0 0.52
HSL 225.88º 0.94% 0.25% -
HSV(B) 225.88º 0.97% 0.48% -
XYZ 4.14 2.49 19 -
YUV 34 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 4 32 123 0.97 0.74 0 0.52 225.88 0.94 0.25
Hex 4 20 7B 61 4A 0 34 E2 5E 19
Octal 4 40 173 141 112 0 64 342 136 31
Binary 100 100000 1111011 1100001 1001010 0 110100 11100010 1011110 11001

Color Harmonies of #04207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04207B

Black with #04207B

Text Example


Text Example

White with #04207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04207B; }

 p { color: rgb(4,32,123); }

 H1.HeaderClassName
 {
   color: #04207B;
 }
 .AnyTagClassName
 {
   color: #04207B;
 }
</style>

background-color css

<style>
 a { background-color: #04207B; }

 a { background-color: rgb(4,32,123); }

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

border-color css

<style>
 span { border-color: #04207B; }

 span { border-color: rgb(4,32,123); }

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