Html Css Color HEX #06144C Sapphire

📋 copy color: '#06144C'

red 6 ◦ green 20 ◦ blue 76

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

Shades of Sapphire #06144C

Tints of Sapphire #06144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

 BLUE value IS 76 (30.08% from 255) = 74.51%

R = 5.88%
G = 19.61%
B = 74.51%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06144C (or 0x06144C) is known color: Sapphire. HEX triplet: 06, 14 and 4C. RGB value is (6,20,76). Sum of RGB (Red+Green+Blue) = 6+20+76=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #06144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06144C is #F9EBB3. Grayscale: #151515. Windows color (decimal): -16378804 or 4985862. OLE color: 4985862.

HSL color Cylindrical-coordinate representation of color #06144C: hue angle of 228º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06144C is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 20 76 -
CMYK 0.92 0.74 0 0.70
HSL 228º 0.85% 0.16% -
HSV(B) 228º 0.92% 0.3% -
XYZ 1.63 1.06 6.96 -
YUV 22.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 6 20 76 0.92 0.74 0 0.70 228 0.85 0.16
Hex 6 14 4C 5C 4A 0 46 E4 55 10
Octal 6 24 114 134 112 0 106 344 125 20
Binary 110 10100 1001100 1011100 1001010 0 1000110 11100100 1010101 10000

Color Harmonies of #06144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06144C

Black with #06144C

Text Example


Text Example

White with #06144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06144C; }

 p { color: rgb(6,20,76); }

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

background-color css

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

 a { background-color: rgb(6,20,76); }

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

border-color css

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

 span { border-color: rgb(6,20,76); }

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