Html Css Color HEX #000B5F Sapphire

📋 copy color: '#000B5F'

red 0 ◦ green 11 ◦ blue 95

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

Shades of Sapphire #000B5F

Tints of Sapphire #000B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 89.62%

R = 0%
G = 10.38%
B = 89.62%

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

#000B5F (or 0x000B5F) is known color: Sapphire. HEX triplet: 00, 0B and 5F. RGB value is (0,11,95). Sum of RGB (Red+Green+Blue) = 0+11+95=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 95 (37.5% from 255 or 89.62% from 106); Max value from RGB is 95 - color contains mainly: blue. Hex color #000B5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B5F is #FFF4A0. Grayscale: #101010. Windows color (decimal): -16774305 or 6228736. OLE color: 6228736.

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

Color convert

RGB 0 11 95 -
CMYK 1 0.88 0 0.63
HSL 233.05º 1% 0.19% -
HSV(B) 233.05º 1% 0.37% -
XYZ 2.19 1.07 10.92 -
YUV 17.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 0 11 95 1 0.88 0 0.63 233.05 1 0.19
Hex 0 B 5F 64 58 0 3F E9 64 13
Octal 0 13 137 144 130 0 77 351 144 23
Binary 0 1011 1011111 1100100 1011000 0 111111 11101001 1100100 10011

Color Harmonies of #000B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B5F

Black with #000B5F

Text Example


Text Example

White with #000B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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