#06267E

Color #06267E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #06267E

Tints of Sapphire #06267E

Color information

#06267E (or 0x06267E) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 7E. RGB value is (6,38,126). Sum of RGB (Red+Green+Blue) = 6+38+126=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 126 (49.61% from 255 or 74.12% from 170); Max value from RGB is 126 - color contains mainly: blue. Hex color #06267E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06267E is #F9D981. Grayscale: #262626. Windows color (decimal): -16374146 or 8267270. OLE color: 8267270.

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

Color convert

RGB638126-
CMYK0.950.7000.51
HSL224º90.91%25.88%-
HSV(B)224º95.24%49.41%-
XYZ4.532.9320.07-
YUV38.46177.4104.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 126 (49.61% from 255) = 74.12%
R=3.53%
G=22.35%
B=74.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6381260.950.7000.5122490.9125.88
Hex6267E5F46033e05b1a
Octal64617613710606334013332
Binary110100110111111010111111000110011001111100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,38,126); }

 H1.HeaderClassName
 {
   color: #06267E;
 }
 .AnyTagClassName
 {
   color: #06267E;
 }
</style>
background-color css

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

 a { background-color: rgb(6,38,126); }

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

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

 span { border-color: rgb(6,38,126); }

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