Html Css Color HEX #0B306C Sapphire

📋 copy color: '#0B306C'

red 11 ◦ green 48 ◦ blue 108

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

Shades of Sapphire #0B306C

Tints of Sapphire #0B306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

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

R = 6.59%
G = 28.74%
B = 64.67%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B306C (or 0x0B306C) is known color: Sapphire. HEX triplet: 0B, 30 and 6C. RGB value is (11,48,108). Sum of RGB (Red+Green+Blue) = 11+48+108=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B306C is #F4CF93. Grayscale: #2B2B2B. Windows color (decimal): -16043924 or 7090187. OLE color: 7090187.

HSL color Cylindrical-coordinate representation of color #0B306C: hue angle of 217.11º 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 #0B306C is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 48 108 -
CMYK 0.90 0.56 0 0.58
HSL 217.11º 0.82% 0.23% -
HSV(B) 217.11º 0.9% 0.42% -
XYZ 3.9 3.27 14.61 -
YUV 43.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 11 48 108 0.90 0.56 0 0.58 217.11 0.82 0.23
Hex B 30 6C 5A 38 0 3A D9 52 17
Octal 13 60 154 132 70 0 72 331 122 27
Binary 1011 110000 1101100 1011010 111000 0 111010 11011001 1010010 10111

Color Harmonies of #0B306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B306C

Black with #0B306C

Text Example


Text Example

White with #0B306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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