Html Css Color HEX #062274 Sapphire

📋 copy color: '#062274'

red 6 ◦ green 34 ◦ blue 116

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

Shades of Sapphire #062274

Tints of Sapphire #062274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

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

R = 3.85%
G = 21.79%
B = 74.36%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062274 (or 0x062274) is known color: Sapphire. HEX triplet: 06, 22 and 74. RGB value is (6,34,116). Sum of RGB (Red+Green+Blue) = 6+34+116=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 116 (45.70% from 255 or 74.36% from 156); Max value from RGB is 116 - color contains mainly: blue. Hex color #062274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062274 is #F9DD8B. Grayscale: #222222. Windows color (decimal): -16375180 or 7610886. OLE color: 7610886.

HSL color Cylindrical-coordinate representation of color #062274: hue angle of 224.73º 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 #062274 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 34 116 -
CMYK 0.95 0.71 0 0.55
HSL 224.73º 0.9% 0.24% -
HSV(B) 224.73º 0.95% 0.45% -
XYZ 3.8 2.44 16.79 -
YUV 34.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 6 34 116 0.95 0.71 0 0.55 224.73 0.9 0.24
Hex 6 22 74 5F 47 0 37 E1 5A 18
Octal 6 42 164 137 107 0 67 341 132 30
Binary 110 100010 1110100 1011111 1000111 0 110111 11100001 1011010 11000

Color Harmonies of #062274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062274

Black with #062274

Text Example


Text Example

White with #062274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062274; }

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

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

background-color css

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

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

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

border-color css

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

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

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