Html Css Color HEX #06254C Sapphire

📋 copy color: '#06254C'

red 6 ◦ green 37 ◦ blue 76

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

Shades of Sapphire #06254C

Tints of Sapphire #06254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

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

R = 5.04%
G = 31.09%
B = 63.87%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06254C (or 0x06254C) is known color: Sapphire. HEX triplet: 06, 25 and 4C. RGB value is (6,37,76). Sum of RGB (Red+Green+Blue) = 6+37+76=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #06254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06254C is #F9DAB3. Grayscale: #1F1F1F. Windows color (decimal): -16374452 or 4990214. OLE color: 4990214.

HSL color Cylindrical-coordinate representation of color #06254C: hue angle of 213.43º 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 #06254C is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 37 76 -
CMYK 0.92 0.51 0 0.70
HSL 213.43º 0.85% 0.16% -
HSV(B) 213.43º 0.92% 0.3% -
XYZ 2.04 1.88 7.09 -
YUV 32.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 6 37 76 0.92 0.51 0 0.70 213.43 0.85 0.16
Hex 6 25 4C 5C 33 0 46 D5 55 10
Octal 6 45 114 134 63 0 106 325 125 20
Binary 110 100101 1001100 1011100 110011 0 1000110 11010101 1010101 10000

Color Harmonies of #06254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06254C

Black with #06254C

Text Example


Text Example

White with #06254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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