Html Css Color HEX #000B5E Sapphire

📋 copy color: '#000B5E'

red 0 ◦ green 11 ◦ blue 94

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

Shades of Sapphire #000B5E

Tints of Sapphire #000B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 89.52%

R = 0%
G = 10.48%
B = 89.52%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#000B5E (or 0x000B5E) is known color: Sapphire. HEX triplet: 00, 0B and 5E. RGB value is (0,11,94). Sum of RGB (Red+Green+Blue) = 0+11+94=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #000B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B5E is #FFF4A1. Grayscale: #101010. Windows color (decimal): -16774306 or 6163200. OLE color: 6163200.

HSL color Cylindrical-coordinate representation of color #000B5E: hue angle of 232.98º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B5E is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 11 94 -
CMYK 1 0.88 0 0.63
HSL 232.98º 1% 0.18% -
HSV(B) 232.98º 1% 0.37% -
XYZ 2.14 1.05 10.68 -
YUV 17.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 0 11 94 1 0.88 0 0.63 232.98 1 0.18
Hex 0 B 5E 64 58 0 3F E9 64 12
Octal 0 13 136 144 130 0 77 351 144 22
Binary 0 1011 1011110 1100100 1011000 0 111111 11101001 1100100 10010

Color Harmonies of #000B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B5E

Black with #000B5E

Text Example


Text Example

White with #000B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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