Html Css Color HEX #062474 Sapphire

📋 copy color: '#062474'

red 6 ◦ green 36 ◦ blue 116

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

Shades of Sapphire #062474

Tints of Sapphire #062474

RGB

 RED value IS 6 (2.73% from 255) = 3.8%

 GREEN value IS 36 (14.45% from 255) = 22.78%

 BLUE value IS 116 (45.7% from 255) = 73.42%

R = 3.8%
G = 22.78%
B = 73.42%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062474 (or 0x062474) is known color: Sapphire. HEX triplet: 06, 24 and 74. RGB value is (6,36,116). Sum of RGB (Red+Green+Blue) = 6+36+116=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #062474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062474 is #F9DB8B. Grayscale: #232323. Windows color (decimal): -16374668 or 7611398. OLE color: 7611398.

HSL color Cylindrical-coordinate representation of color #062474: hue angle of 223.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062474 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 36 116 -
CMYK 0.95 0.69 0 0.55
HSL 223.64º 0.9% 0.24% -
HSV(B) 223.64º 0.95% 0.45% -
XYZ 3.86 2.56 16.81 -
YUV 36.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 6 36 116 0.95 0.69 0 0.55 223.64 0.9 0.24
Hex 6 24 74 5F 45 0 37 E0 5A 18
Octal 6 44 164 137 105 0 67 340 132 30
Binary 110 100100 1110100 1011111 1000101 0 110111 11100000 1011010 11000

Color Harmonies of #062474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062474

Black with #062474

Text Example


Text Example

White with #062474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062474; }

 p { color: rgb(6,36,116); }

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

background-color css

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

 a { background-color: rgb(6,36,116); }

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

border-color css

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

 span { border-color: rgb(6,36,116); }

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