Html Css Color HEX #000B57 Sapphire

📋 copy color: '#000B57'

red 0 ◦ green 11 ◦ blue 87

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

Shades of Sapphire #000B57

Tints of Sapphire #000B57

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 11 (4.69% from 255) = 11.22%

 BLUE value IS 87 (34.38% from 255) = 88.78%

R = 0%
G = 11.22%
B = 88.78%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#000B57 (or 0x000B57) is known color: Sapphire. HEX triplet: 00, 0B and 57. RGB value is (0,11,87). Sum of RGB (Red+Green+Blue) = 0+11+87=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 87 (34.38% from 255 or 88.78% from 98); Max value from RGB is 87 - color contains mainly: blue. Hex color #000B57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B57 is #FFF4A8. Grayscale: #101010. Windows color (decimal): -16774313 or 5704448. OLE color: 5704448.

HSL color Cylindrical-coordinate representation of color #000B57: hue angle of 232.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B57 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 11 87 -
CMYK 1 0.87 0 0.66
HSL 232.41º 1% 0.17% -
HSV(B) 232.41º 1% 0.34% -
XYZ 1.84 0.93 9.1 -
YUV 16.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 0 11 87 1 0.87 0 0.66 232.41 1 0.17
Hex 0 B 57 64 57 0 42 E8 64 11
Octal 0 13 127 144 127 0 102 350 144 21
Binary 0 1011 1010111 1100100 1010111 0 1000010 11101000 1100100 10001

Color Harmonies of #000B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B57

Black with #000B57

Text Example


Text Example

White with #000B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B57; }

 p { color: rgb(0,11,87); }

 H1.HeaderClassName
 {
   color: #000B57;
 }
 .AnyTagClassName
 {
   color: #000B57;
 }
</style>

background-color css

<style>
 a { background-color: #000B57; }

 a { background-color: rgb(0,11,87); }

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

border-color css

<style>
 span { border-color: #000B57; }

 span { border-color: rgb(0,11,87); }

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