Html Css Color HEX #06295C Sapphire

📋 copy color: '#06295C'

red 6 ◦ green 41 ◦ blue 92

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

Shades of Sapphire #06295C

Tints of Sapphire #06295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

 BLUE value IS 92 (36.33% from 255) = 66.19%

R = 4.32%
G = 29.5%
B = 66.19%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06295C (or 0x06295C) is known color: Sapphire. HEX triplet: 06, 29 and 5C. RGB value is (6,41,92). Sum of RGB (Red+Green+Blue) = 6+41+92=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #06295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06295C is #F9D6A3. Grayscale: #242424. Windows color (decimal): -16373412 or 6039814. OLE color: 6039814.

HSL color Cylindrical-coordinate representation of color #06295C: hue angle of 215.58º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06295C is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 41 92 -
CMYK 0.93 0.55 0 0.64
HSL 215.58º 0.88% 0.19% -
HSV(B) 215.58º 0.93% 0.36% -
XYZ 2.8 2.4 10.44 -
YUV 36.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 6 41 92 0.93 0.55 0 0.64 215.58 0.88 0.19
Hex 6 29 5C 5D 37 0 40 D8 58 13
Octal 6 51 134 135 67 0 100 330 130 23
Binary 110 101001 1011100 1011101 110111 0 1000000 11011000 1011000 10011

Color Harmonies of #06295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06295C

Black with #06295C

Text Example


Text Example

White with #06295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,41,92); }

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

background-color css

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

 a { background-color: rgb(6,41,92); }

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

border-color css

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

 span { border-color: rgb(6,41,92); }

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