Html Css Color HEX #06247D Sapphire

📋 copy color: '#06247D'

red 6 ◦ green 36 ◦ blue 125

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

Shades of Sapphire #06247D

Tints of Sapphire #06247D

RGB

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

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

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

R = 3.59%
G = 21.56%
B = 74.85%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06247D (or 0x06247D) is known color: Sapphire. HEX triplet: 06, 24 and 7D. RGB value is (6,36,125). Sum of RGB (Red+Green+Blue) = 6+36+125=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #06247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06247D is #F9DB82. Grayscale: #242424. Windows color (decimal): -16374659 or 8201222. OLE color: 8201222.

HSL color Cylindrical-coordinate representation of color #06247D: hue angle of 224.87º 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 #06247D is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 36 125 -
CMYK 0.95 0.71 0 0.51
HSL 224.87º 0.91% 0.26% -
HSV(B) 224.87º 0.95% 0.49% -
XYZ 4.41 2.78 19.71 -
YUV 37.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 6 36 125 0.95 0.71 0 0.51 224.87 0.91 0.26
Hex 6 24 7D 5F 47 0 33 E1 5B 1A
Octal 6 44 175 137 107 0 63 341 133 32
Binary 110 100100 1111101 1011111 1000111 0 110011 11100001 1011011 11010

Color Harmonies of #06247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06247D

Black with #06247D

Text Example


Text Example

White with #06247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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