Html Css Color HEX #06264E Sapphire

📋 copy color: '#06264E'

red 6 ◦ green 38 ◦ blue 78

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

Shades of Sapphire #06264E

Tints of Sapphire #06264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.15%

 BLUE value IS 78 (30.86% from 255) = 63.93%

R = 4.92%
G = 31.15%
B = 63.93%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#06264E (or 0x06264E) is known color: Sapphire. HEX triplet: 06, 26 and 4E. RGB value is (6,38,78). Sum of RGB (Red+Green+Blue) = 6+38+78=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #06264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06264E is #F9D9B1. Grayscale: #202020. Windows color (decimal): -16374194 or 5121542. OLE color: 5121542.

HSL color Cylindrical-coordinate representation of color #06264E: hue angle of 213.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06264E is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 38 78 -
CMYK 0.92 0.51 0 0.69
HSL 213.33º 0.86% 0.16% -
HSV(B) 213.33º 0.92% 0.31% -
XYZ 2.14 1.98 7.48 -
YUV 32.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 6 38 78 0.92 0.51 0 0.69 213.33 0.86 0.16
Hex 6 26 4E 5C 33 0 45 D5 56 10
Octal 6 46 116 134 63 0 105 325 126 20
Binary 110 100110 1001110 1011100 110011 0 1000101 11010101 1010110 10000

Color Harmonies of #06264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06264E

Black with #06264E

Text Example


Text Example

White with #06264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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