Html Css Color HEX #062C7D Sapphire

📋 copy color: '#062C7D'

red 6 ◦ green 44 ◦ blue 125

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

Shades of Sapphire #062C7D

Tints of Sapphire #062C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.14%

 BLUE value IS 125 (49.22% from 255) = 71.43%

R = 3.43%
G = 25.14%
B = 71.43%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#062C7D (or 0x062C7D) is known color: Sapphire. HEX triplet: 06, 2C and 7D. RGB value is (6,44,125). Sum of RGB (Red+Green+Blue) = 6+44+125=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #062C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C7D is #F9D382. Grayscale: #292929. Windows color (decimal): -16372611 or 8203270. OLE color: 8203270.

HSL color Cylindrical-coordinate representation of color #062C7D: hue angle of 220.84º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062C7D is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 44 125 -
CMYK 0.95 0.65 0 0.51
HSL 220.84º 0.91% 0.26% -
HSV(B) 220.84º 0.95% 0.49% -
XYZ 4.68 3.32 19.8 -
YUV 41.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 6 44 125 0.95 0.65 0 0.51 220.84 0.91 0.26
Hex 6 2C 7D 5F 41 0 33 DD 5B 1A
Octal 6 54 175 137 101 0 63 335 133 32
Binary 110 101100 1111101 1011111 1000001 0 110011 11011101 1011011 11010

Color Harmonies of #062C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C7D

Black with #062C7D

Text Example


Text Example

White with #062C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,44,125); }

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

background-color css

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

 a { background-color: rgb(6,44,125); }

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

border-color css

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

 span { border-color: rgb(6,44,125); }

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