Html Css Color HEX #0B1C53 Sapphire

📋 copy color: '#0B1C53'

red 11 ◦ green 28 ◦ blue 83

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

Shades of Sapphire #0B1C53

Tints of Sapphire #0B1C53

RGB

 RED value IS 11 (4.69% from 255) = 9.02%

 GREEN value IS 28 (11.33% from 255) = 22.95%

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

R = 9.02%
G = 22.95%
B = 68.03%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0B1C53 (or 0x0B1C53) is known color: Sapphire. HEX triplet: 0B, 1C and 53. RGB value is (11,28,83). Sum of RGB (Red+Green+Blue) = 11+28+83=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B1C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1C53 is #F4E3AC. Grayscale: #1C1C1C. Windows color (decimal): -16049069 or 5446667. OLE color: 5446667.

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

Color convert

RGB 11 28 83 -
CMYK 0.87 0.66 0 0.67
HSL 225.83º 0.77% 0.18% -
HSV(B) 225.83º 0.87% 0.33% -
XYZ 2.11 1.53 8.37 -
YUV 29.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 11 28 83 0.87 0.66 0 0.67 225.83 0.77 0.18
Hex B 1C 53 57 42 0 43 E2 4D 12
Octal 13 34 123 127 102 0 103 342 115 22
Binary 1011 11100 1010011 1010111 1000010 0 1000011 11100010 1001101 10010

Color Harmonies of #0B1C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1C53

Black with #0B1C53

Text Example


Text Example

White with #0B1C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B1C53; }

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

 H1.HeaderClassName
 {
   color: #0B1C53;
 }
 .AnyTagClassName
 {
   color: #0B1C53;
 }
</style>

background-color css

<style>
 a { background-color: #0B1C53; }

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

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

border-color css

<style>
 span { border-color: #0B1C53; }

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

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