Html Css Color HEX #000B52 Sapphire

📋 copy color: '#000B52'

red 0 ◦ green 11 ◦ blue 82

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

Shades of Sapphire #000B52

Tints of Sapphire #000B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 88.17%

R = 0%
G = 11.83%
B = 88.17%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#000B52 (or 0x000B52) is known color: Sapphire. HEX triplet: 00, 0B and 52. RGB value is (0,11,82). Sum of RGB (Red+Green+Blue) = 0+11+82=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 82 (32.42% from 255 or 88.17% from 93); Max value from RGB is 82 - color contains mainly: blue. Hex color #000B52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B52 is #FFF4AD. Grayscale: #0F0F0F. Windows color (decimal): -16774318 or 5376768. OLE color: 5376768.

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

Color convert

RGB 0 11 82 -
CMYK 1 0.87 0 0.68
HSL 231.95º 1% 0.16% -
HSV(B) 231.95º 1% 0.32% -
XYZ 1.64 0.85 8.06 -
YUV 15.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 0 11 82 1 0.87 0 0.68 231.95 1 0.16
Hex 0 B 52 64 57 0 44 E8 64 10
Octal 0 13 122 144 127 0 104 350 144 20
Binary 0 1011 1010010 1100100 1010111 0 1000100 11101000 1100100 10000

Color Harmonies of #000B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B52

Black with #000B52

Text Example


Text Example

White with #000B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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