Html Css Color HEX #0B264E Sapphire

📋 copy color: '#0B264E'

red 11 ◦ green 38 ◦ blue 78

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

Shades of Sapphire #0B264E

Tints of Sapphire #0B264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

 BLUE value IS 78 (30.86% from 255) = 61.42%

R = 8.66%
G = 29.92%
B = 61.42%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B264E (or 0x0B264E) is known color: Sapphire. HEX triplet: 0B, 26 and 4E. RGB value is (11,38,78). Sum of RGB (Red+Green+Blue) = 11+38+78=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B264E is #F4D9B1. Grayscale: #222222. Windows color (decimal): -16046514 or 5121547. OLE color: 5121547.

HSL color Cylindrical-coordinate representation of color #0B264E: hue angle of 215.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B264E is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 38 78 -
CMYK 0.86 0.51 0 0.69
HSL 215.82º 0.75% 0.17% -
HSV(B) 215.82º 0.86% 0.31% -
XYZ 2.21 2.01 7.48 -
YUV 34.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 11 38 78 0.86 0.51 0 0.69 215.82 0.75 0.17
Hex B 26 4E 56 33 0 45 D8 4B 11
Octal 13 46 116 126 63 0 105 330 113 21
Binary 1011 100110 1001110 1010110 110011 0 1000101 11011000 1001011 10001

Color Harmonies of #0B264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B264E

Black with #0B264E

Text Example


Text Example

White with #0B264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,38,78); }

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

background-color css

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

 a { background-color: rgb(11,38,78); }

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

border-color css

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

 span { border-color: rgb(11,38,78); }

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