Html Css Color HEX #000B53 Sapphire

📋 copy color: '#000B53'

red 0 ◦ green 11 ◦ blue 83

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

Shades of Sapphire #000B53

Tints of Sapphire #000B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 88.3%

R = 0%
G = 11.7%
B = 88.3%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#000B53 (or 0x000B53) is known color: Sapphire. HEX triplet: 00, 0B and 53. RGB value is (0,11,83). Sum of RGB (Red+Green+Blue) = 0+11+83=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #000B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B53 is #FFF4AC. Grayscale: #0F0F0F. Windows color (decimal): -16774317 or 5442304. OLE color: 5442304.

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

Color convert

RGB 0 11 83 -
CMYK 1 0.87 0 0.67
HSL 232.05º 1% 0.16% -
HSV(B) 232.05º 1% 0.33% -
XYZ 1.68 0.86 8.26 -
YUV 15.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 0 11 83 1 0.87 0 0.67 232.05 1 0.16
Hex 0 B 53 64 57 0 43 E8 64 10
Octal 0 13 123 144 127 0 103 350 144 20
Binary 0 1011 1010011 1100100 1010111 0 1000011 11101000 1100100 10000

Color Harmonies of #000B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B53

Black with #000B53

Text Example


Text Example

White with #000B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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