Html Css Color HEX #062C7C Sapphire

📋 copy color: '#062C7C'

red 6 ◦ green 44 ◦ blue 124

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

Shades of Sapphire #062C7C

Tints of Sapphire #062C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 71.26%

R = 3.45%
G = 25.29%
B = 71.26%

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

#062C7C (or 0x062C7C) is known color: Sapphire. HEX triplet: 06, 2C and 7C. RGB value is (6,44,124). Sum of RGB (Red+Green+Blue) = 6+44+124=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #062C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C7C is #F9D383. Grayscale: #292929. Windows color (decimal): -16372612 or 8137734. OLE color: 8137734.

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

Color convert

RGB 6 44 124 -
CMYK 0.95 0.65 0 0.51
HSL 220.68º 0.91% 0.25% -
HSV(B) 220.68º 0.95% 0.49% -
XYZ 4.61 3.3 19.46 -
YUV 41.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 6 44 124 0.95 0.65 0 0.51 220.68 0.91 0.25
Hex 6 2C 7C 5F 41 0 33 DD 5B 19
Octal 6 54 174 137 101 0 63 335 133 31
Binary 110 101100 1111100 1011111 1000001 0 110011 11011101 1011011 11001

Color Harmonies of #062C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C7C

Black with #062C7C

Text Example


Text Example

White with #062C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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