Html Css Color HEX #06256E Sapphire

📋 copy color: '#06256E'

red 6 ◦ green 37 ◦ blue 110

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

Shades of Sapphire #06256E

Tints of Sapphire #06256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 71.9%

R = 3.92%
G = 24.18%
B = 71.9%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06256E (or 0x06256E) is known color: Sapphire. HEX triplet: 06, 25 and 6E. RGB value is (6,37,110). Sum of RGB (Red+Green+Blue) = 6+37+110=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #06256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06256E is #F9DA91. Grayscale: #232323. Windows color (decimal): -16374418 or 7218438. OLE color: 7218438.

HSL color Cylindrical-coordinate representation of color #06256E: hue angle of 222.12º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06256E is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 37 110 -
CMYK 0.95 0.66 0 0.57
HSL 222.12º 0.9% 0.23% -
HSV(B) 222.12º 0.95% 0.43% -
XYZ 3.55 2.49 15.04 -
YUV 36.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 6 37 110 0.95 0.66 0 0.57 222.12 0.9 0.23
Hex 6 25 6E 5F 42 0 39 DE 5A 17
Octal 6 45 156 137 102 0 71 336 132 27
Binary 110 100101 1101110 1011111 1000010 0 111001 11011110 1011010 10111

Color Harmonies of #06256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06256E

Black with #06256E

Text Example


Text Example

White with #06256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06256E; }

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

 H1.HeaderClassName
 {
   color: #06256E;
 }
 .AnyTagClassName
 {
   color: #06256E;
 }
</style>

background-color css

<style>
 a { background-color: #06256E; }

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

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

border-color css

<style>
 span { border-color: #06256E; }

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

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