Html Css Color HEX #0B1F55 Sapphire

📋 copy color: '#0B1F55'

red 11 ◦ green 31 ◦ blue 85

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

Shades of Sapphire #0B1F55

Tints of Sapphire #0B1F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 85 (33.59% from 255) = 66.93%

R = 8.66%
G = 24.41%
B = 66.93%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0B1F55 (or 0x0B1F55) is known color: Sapphire. HEX triplet: 0B, 1F and 55. RGB value is (11,31,85). Sum of RGB (Red+Green+Blue) = 11+31+85=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #0B1F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1F55 is #F4E0AA. Grayscale: #1E1E1E. Windows color (decimal): -16048299 or 5578507. OLE color: 5578507.

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

Color convert

RGB 11 31 85 -
CMYK 0.87 0.64 0 0.67
HSL 223.78º 0.77% 0.19% -
HSV(B) 223.78º 0.87% 0.33% -
XYZ 2.27 1.71 8.8 -
YUV 31.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 11 31 85 0.87 0.64 0 0.67 223.78 0.77 0.19
Hex B 1F 55 57 40 0 43 E0 4D 13
Octal 13 37 125 127 100 0 103 340 115 23
Binary 1011 11111 1010101 1010111 1000000 0 1000011 11100000 1001101 10011

Color Harmonies of #0B1F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1F55

Black with #0B1F55

Text Example


Text Example

White with #0B1F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,31,85); }

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

background-color css

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

 a { background-color: rgb(11,31,85); }

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

border-color css

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

 span { border-color: rgb(11,31,85); }

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