Html Css Color HEX #0B2A6C Sapphire

📋 copy color: '#0B2A6C'

red 11 ◦ green 42 ◦ blue 108

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

Shades of Sapphire #0B2A6C

Tints of Sapphire #0B2A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.09%

 BLUE value IS 108 (42.58% from 255) = 67.08%

R = 6.83%
G = 26.09%
B = 67.08%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B2A6C (or 0x0B2A6C) is known color: Sapphire. HEX triplet: 0B, 2A and 6C. RGB value is (11,42,108). Sum of RGB (Red+Green+Blue) = 11+42+108=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B2A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2A6C is #F4D593. Grayscale: #272727. Windows color (decimal): -16045460 or 7088651. OLE color: 7088651.

HSL color Cylindrical-coordinate representation of color #0B2A6C: hue angle of 220.82º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2A6C is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 42 108 -
CMYK 0.90 0.61 0 0.58
HSL 220.82º 0.82% 0.23% -
HSV(B) 220.82º 0.9% 0.42% -
XYZ 3.67 2.81 14.54 -
YUV 40.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 11 42 108 0.90 0.61 0 0.58 220.82 0.82 0.23
Hex B 2A 6C 5A 3D 0 3A DD 52 17
Octal 13 52 154 132 75 0 72 335 122 27
Binary 1011 101010 1101100 1011010 111101 0 111010 11011101 1010010 10111

Color Harmonies of #0B2A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2A6C

Black with #0B2A6C

Text Example


Text Example

White with #0B2A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,42,108); }

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

background-color css

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

 a { background-color: rgb(11,42,108); }

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

border-color css

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

 span { border-color: rgb(11,42,108); }

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