Html Css Color HEX #062B74 Sapphire

📋 copy color: '#062B74'

red 6 ◦ green 43 ◦ blue 116

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

Shades of Sapphire #062B74

Tints of Sapphire #062B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

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

R = 3.64%
G = 26.06%
B = 70.3%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062B74 (or 0x062B74) is known color: Sapphire. HEX triplet: 06, 2B and 74. RGB value is (6,43,116). Sum of RGB (Red+Green+Blue) = 6+43+116=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #062B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B74 is #F9D48B. Grayscale: #272727. Windows color (decimal): -16372876 or 7613190. OLE color: 7613190.

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

Color convert

RGB 6 43 116 -
CMYK 0.95 0.63 0 0.55
HSL 219.82º 0.9% 0.24% -
HSV(B) 219.82º 0.95% 0.45% -
XYZ 4.09 3.03 16.89 -
YUV 40.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 6 43 116 0.95 0.63 0 0.55 219.82 0.9 0.24
Hex 6 2B 74 5F 3F 0 37 DC 5A 18
Octal 6 53 164 137 77 0 67 334 132 30
Binary 110 101011 1110100 1011111 111111 0 110111 11011100 1011010 11000

Color Harmonies of #062B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B74

Black with #062B74

Text Example


Text Example

White with #062B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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