Html Css Color HEX #06244E Sapphire

📋 copy color: '#06244E'

red 6 ◦ green 36 ◦ blue 78

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

Shades of Sapphire #06244E

Tints of Sapphire #06244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

 BLUE value IS 78 (30.86% from 255) = 65%

R = 5%
G = 30%
B = 65%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#06244E (or 0x06244E) is known color: Sapphire. HEX triplet: 06, 24 and 4E. RGB value is (6,36,78). Sum of RGB (Red+Green+Blue) = 6+36+78=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #06244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06244E is #F9DBB1. Grayscale: #1F1F1F. Windows color (decimal): -16374706 or 5121030. OLE color: 5121030.

HSL color Cylindrical-coordinate representation of color #06244E: hue angle of 215º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06244E is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 36 78 -
CMYK 0.92 0.54 0 0.69
HSL 215º 0.86% 0.16% -
HSV(B) 215º 0.92% 0.31% -
XYZ 2.08 1.85 7.46 -
YUV 31.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 6 36 78 0.92 0.54 0 0.69 215 0.86 0.16
Hex 6 24 4E 5C 36 0 45 D7 56 10
Octal 6 44 116 134 66 0 105 327 126 20
Binary 110 100100 1001110 1011100 110110 0 1000101 11010111 1010110 10000

Color Harmonies of #06244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06244E

Black with #06244E

Text Example


Text Example

White with #06244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06244E; }

 p { color: rgb(6,36,78); }

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

background-color css

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

 a { background-color: rgb(6,36,78); }

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

border-color css

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

 span { border-color: rgb(6,36,78); }

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