Html Css Color HEX #06264D Sapphire

📋 copy color: '#06264D'

red 6 ◦ green 38 ◦ blue 77

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

Shades of Sapphire #06264D

Tints of Sapphire #06264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 63.64%

R = 4.96%
G = 31.4%
B = 63.64%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06264D (or 0x06264D) is known color: Sapphire. HEX triplet: 06, 26 and 4D. RGB value is (6,38,77). Sum of RGB (Red+Green+Blue) = 6+38+77=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #06264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06264D is #F9D9B2. Grayscale: #202020. Windows color (decimal): -16374195 or 5056006. OLE color: 5056006.

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

Color convert

RGB 6 38 77 -
CMYK 0.92 0.51 0 0.70
HSL 212.96º 0.86% 0.16% -
HSV(B) 212.96º 0.92% 0.3% -
XYZ 2.11 1.96 7.29 -
YUV 32.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 6 38 77 0.92 0.51 0 0.70 212.96 0.86 0.16
Hex 6 26 4D 5C 33 0 46 D5 56 10
Octal 6 46 115 134 63 0 106 325 126 20
Binary 110 100110 1001101 1011100 110011 0 1000110 11010101 1010110 10000

Color Harmonies of #06264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06264D

Black with #06264D

Text Example


Text Example

White with #06264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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