Html Css Color HEX #06265D Sapphire

📋 copy color: '#06265D'

red 6 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #06265D

Tints of Sapphire #06265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 67.88%

R = 4.38%
G = 27.74%
B = 67.88%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06265D (or 0x06265D) is known color: Sapphire. HEX triplet: 06, 26 and 5D. RGB value is (6,38,93). Sum of RGB (Red+Green+Blue) = 6+38+93=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #06265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06265D is #F9D9A2. Grayscale: #222222. Windows color (decimal): -16374179 or 6104582. OLE color: 6104582.

HSL color Cylindrical-coordinate representation of color #06265D: hue angle of 217.93º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06265D is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 38 93 -
CMYK 0.94 0.59 0 0.64
HSL 217.93º 0.88% 0.19% -
HSV(B) 217.93º 0.94% 0.36% -
XYZ 2.74 2.22 10.64 -
YUV 34.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 6 38 93 0.94 0.59 0 0.64 217.93 0.88 0.19
Hex 6 26 5D 5E 3B 0 40 DA 58 13
Octal 6 46 135 136 73 0 100 332 130 23
Binary 110 100110 1011101 1011110 111011 0 1000000 11011010 1011000 10011

Color Harmonies of #06265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06265D

Black with #06265D

Text Example


Text Example

White with #06265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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