Html Css Color HEX #06295B Sapphire

📋 copy color: '#06295B'

red 6 ◦ green 41 ◦ blue 91

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

Shades of Sapphire #06295B

Tints of Sapphire #06295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 65.94%

R = 4.35%
G = 29.71%
B = 65.94%

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

#06295B (or 0x06295B) is known color: Sapphire. HEX triplet: 06, 29 and 5B. RGB value is (6,41,91). Sum of RGB (Red+Green+Blue) = 6+41+91=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #06295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06295B is #F9D6A4. Grayscale: #242424. Windows color (decimal): -16373413 or 5974278. OLE color: 5974278.

HSL color Cylindrical-coordinate representation of color #06295B: hue angle of 215.29º 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 #06295B is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 41 91 -
CMYK 0.93 0.55 0 0.64
HSL 215.29º 0.88% 0.19% -
HSV(B) 215.29º 0.93% 0.36% -
XYZ 2.76 2.38 10.21 -
YUV 36.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 6 41 91 0.93 0.55 0 0.64 215.29 0.88 0.19
Hex 6 29 5B 5D 37 0 40 D7 58 13
Octal 6 51 133 135 67 0 100 327 130 23
Binary 110 101001 1011011 1011101 110111 0 1000000 11010111 1011000 10011

Color Harmonies of #06295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06295B

Black with #06295B

Text Example


Text Example

White with #06295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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