Html Css Color HEX #06237B Sapphire

📋 copy color: '#06237B'

red 6 ◦ green 35 ◦ blue 123

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

Shades of Sapphire #06237B

Tints of Sapphire #06237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 75%

R = 3.66%
G = 21.34%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06237B (or 0x06237B) is known color: Sapphire. HEX triplet: 06, 23 and 7B. RGB value is (6,35,123). Sum of RGB (Red+Green+Blue) = 6+35+123=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #06237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06237B is #F9DC84. Grayscale: #232323. Windows color (decimal): -16374917 or 8069894. OLE color: 8069894.

HSL color Cylindrical-coordinate representation of color #06237B: hue angle of 225.13º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06237B is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 35 123 -
CMYK 0.95 0.72 0 0.52
HSL 225.13º 0.91% 0.25% -
HSV(B) 225.13º 0.95% 0.48% -
XYZ 4.25 2.67 19.03 -
YUV 36.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 6 35 123 0.95 0.72 0 0.52 225.13 0.91 0.25
Hex 6 23 7B 5F 48 0 34 E1 5B 19
Octal 6 43 173 137 110 0 64 341 133 31
Binary 110 100011 1111011 1011111 1001000 0 110100 11100001 1011011 11001

Color Harmonies of #06237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06237B

Black with #06237B

Text Example


Text Example

White with #06237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06237B; }

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

 H1.HeaderClassName
 {
   color: #06237B;
 }
 .AnyTagClassName
 {
   color: #06237B;
 }
</style>

background-color css

<style>
 a { background-color: #06237B; }

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

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

border-color css

<style>
 span { border-color: #06237B; }

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

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