Html Css Color HEX #000B5C Sapphire

📋 copy color: '#000B5C'

red 0 ◦ green 11 ◦ blue 92

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

Shades of Sapphire #000B5C

Tints of Sapphire #000B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 89.32%

R = 0%
G = 10.68%
B = 89.32%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#000B5C (or 0x000B5C) is known color: Sapphire. HEX triplet: 00, 0B and 5C. RGB value is (0,11,92). Sum of RGB (Red+Green+Blue) = 0+11+92=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #000B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B5C is #FFF4A3. Grayscale: #101010. Windows color (decimal): -16774308 or 6032128. OLE color: 6032128.

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

Color convert

RGB 0 11 92 -
CMYK 1 0.88 0 0.64
HSL 232.83º 1% 0.18% -
HSV(B) 232.83º 1% 0.36% -
XYZ 2.05 1.01 10.21 -
YUV 16.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 0 11 92 1 0.88 0 0.64 232.83 1 0.18
Hex 0 B 5C 64 58 0 40 E9 64 12
Octal 0 13 134 144 130 0 100 351 144 22
Binary 0 1011 1011100 1100100 1011000 0 1000000 11101001 1100100 10010

Color Harmonies of #000B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B5C

Black with #000B5C

Text Example


Text Example

White with #000B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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