Html Css Color HEX #032A6F Sapphire

📋 copy color: '#032A6F'

red 3 ◦ green 42 ◦ blue 111

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

Shades of Sapphire #032A6F

Tints of Sapphire #032A6F

RGB

 RED value IS 3 (1.56% from 255) = 1.92%

 GREEN value IS 42 (16.8% from 255) = 26.92%

 BLUE value IS 111 (43.75% from 255) = 71.15%

R = 1.92%
G = 26.92%
B = 71.15%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032A6F (or 0x032A6F) is known color: Sapphire. HEX triplet: 03, 2A and 6F. RGB value is (3,42,111). Sum of RGB (Red+Green+Blue) = 3+42+111=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #032A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A6F is #FCD590. Grayscale: #252525. Windows color (decimal): -16569745 or 7285251. OLE color: 7285251.

HSL color Cylindrical-coordinate representation of color #032A6F: hue angle of 218.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A6F is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 42 111 -
CMYK 0.97 0.62 0 0.56
HSL 218.33º 0.95% 0.22% -
HSV(B) 218.33º 0.97% 0.44% -
XYZ 3.73 2.82 15.39 -
YUV 38.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 3 42 111 0.97 0.62 0 0.56 218.33 0.95 0.22
Hex 3 2A 6F 61 3E 0 38 DA 5F 16
Octal 3 52 157 141 76 0 70 332 137 26
Binary 11 101010 1101111 1100001 111110 0 111000 11011010 1011111 10110

Color Harmonies of #032A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A6F

Black with #032A6F

Text Example


Text Example

White with #032A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032A6F; }

 p { color: rgb(3,42,111); }

 H1.HeaderClassName
 {
   color: #032A6F;
 }
 .AnyTagClassName
 {
   color: #032A6F;
 }
</style>

background-color css

<style>
 a { background-color: #032A6F; }

 a { background-color: rgb(3,42,111); }

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

border-color css

<style>
 span { border-color: #032A6F; }

 span { border-color: rgb(3,42,111); }

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