Html Css Color HEX #06244D Sapphire

📋 copy color: '#06244D'

red 6 ◦ green 36 ◦ blue 77

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

Shades of Sapphire #06244D

Tints of Sapphire #06244D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 64.71%

R = 5.04%
G = 30.25%
B = 64.71%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06244D (or 0x06244D) is known color: Sapphire. HEX triplet: 06, 24 and 4D. RGB value is (6,36,77). Sum of RGB (Red+Green+Blue) = 6+36+77=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #06244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06244D is #F9DBB2. Grayscale: #1F1F1F. Windows color (decimal): -16374707 or 5055494. OLE color: 5055494.

HSL color Cylindrical-coordinate representation of color #06244D: hue angle of 214.65º degrees, saturation: 0.86, 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 #06244D is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 36 77 -
CMYK 0.92 0.53 0 0.70
HSL 214.65º 0.86% 0.16% -
HSV(B) 214.65º 0.92% 0.3% -
XYZ 2.05 1.84 7.27 -
YUV 31.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 6 36 77 0.92 0.53 0 0.70 214.65 0.86 0.16
Hex 6 24 4D 5C 35 0 46 D7 56 10
Octal 6 44 115 134 65 0 106 327 126 20
Binary 110 100100 1001101 1011100 110101 0 1000110 11010111 1010110 10000

Color Harmonies of #06244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06244D

Black with #06244D

Text Example


Text Example

White with #06244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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