Html Css Color HEX #06236D Sapphire

📋 copy color: '#06236D'

red 6 ◦ green 35 ◦ blue 109

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

Shades of Sapphire #06236D

Tints of Sapphire #06236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

 BLUE value IS 109 (42.97% from 255) = 72.67%

R = 4%
G = 23.33%
B = 72.67%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06236D (or 0x06236D) is known color: Sapphire. HEX triplet: 06, 23 and 6D. RGB value is (6,35,109). Sum of RGB (Red+Green+Blue) = 6+35+109=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #06236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06236D is #F9DC92. Grayscale: #222222. Windows color (decimal): -16374931 or 7152390. OLE color: 7152390.

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

Color convert

RGB 6 35 109 -
CMYK 0.94 0.68 0 0.57
HSL 223.11º 0.9% 0.23% -
HSV(B) 223.11º 0.94% 0.43% -
XYZ 3.44 2.34 14.74 -
YUV 34.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 6 35 109 0.94 0.68 0 0.57 223.11 0.9 0.23
Hex 6 23 6D 5E 44 0 39 DF 5A 17
Octal 6 43 155 136 104 0 71 337 132 27
Binary 110 100011 1101101 1011110 1000100 0 111001 11011111 1011010 10111

Color Harmonies of #06236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06236D

Black with #06236D

Text Example


Text Example

White with #06236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,35,109); }

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

background-color css

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

 a { background-color: rgb(6,35,109); }

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

border-color css

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

 span { border-color: rgb(6,35,109); }

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