Html Css Color HEX #0B1F58 Sapphire

📋 copy color: '#0B1F58'

red 11 ◦ green 31 ◦ blue 88

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

Shades of Sapphire #0B1F58

Tints of Sapphire #0B1F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 67.69%

R = 8.46%
G = 23.85%
B = 67.69%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B1F58 (or 0x0B1F58) is known color: Sapphire. HEX triplet: 0B, 1F and 58. RGB value is (11,31,88). Sum of RGB (Red+Green+Blue) = 11+31+88=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B1F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1F58 is #F4E0A7. Grayscale: #1F1F1F. Windows color (decimal): -16048296 or 5775115. OLE color: 5775115.

HSL color Cylindrical-coordinate representation of color #0B1F58: hue angle of 224.42º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B1F58 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 31 88 -
CMYK 0.88 0.65 0 0.65
HSL 224.42º 0.78% 0.19% -
HSV(B) 224.42º 0.88% 0.35% -
XYZ 2.39 1.76 9.45 -
YUV 31.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 11 31 88 0.88 0.65 0 0.65 224.42 0.78 0.19
Hex B 1F 58 58 41 0 41 E0 4E 13
Octal 13 37 130 130 101 0 101 340 116 23
Binary 1011 11111 1011000 1011000 1000001 0 1000001 11100000 1001110 10011

Color Harmonies of #0B1F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1F58

Black with #0B1F58

Text Example


Text Example

White with #0B1F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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