Html Css Color HEX #0B295E Sapphire

📋 copy color: '#0B295E'

red 11 ◦ green 41 ◦ blue 94

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

Shades of Sapphire #0B295E

Tints of Sapphire #0B295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

 BLUE value IS 94 (37.11% from 255) = 64.38%

R = 7.53%
G = 28.08%
B = 64.38%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B295E (or 0x0B295E) is known color: Sapphire. HEX triplet: 0B, 29 and 5E. RGB value is (11,41,94). Sum of RGB (Red+Green+Blue) = 11+41+94=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B295E is #F4D6A1. Grayscale: #252525. Windows color (decimal): -16045730 or 6170891. OLE color: 6170891.

HSL color Cylindrical-coordinate representation of color #0B295E: hue angle of 218.31º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B295E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 41 94 -
CMYK 0.88 0.56 0 0.63
HSL 218.31º 0.79% 0.21% -
HSV(B) 218.31º 0.88% 0.37% -
XYZ 2.95 2.47 10.91 -
YUV 38.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 11 41 94 0.88 0.56 0 0.63 218.31 0.79 0.21
Hex B 29 5E 58 38 0 3F DA 4F 15
Octal 13 51 136 130 70 0 77 332 117 25
Binary 1011 101001 1011110 1011000 111000 0 111111 11011010 1001111 10101

Color Harmonies of #0B295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B295E

Black with #0B295E

Text Example


Text Example

White with #0B295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,94); }

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

background-color css

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

 a { background-color: rgb(11,41,94); }

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

border-color css

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

 span { border-color: rgb(11,41,94); }

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