Html Css Color HEX #0B247E Sapphire

📋 copy color: '#0B247E'

red 11 ◦ green 36 ◦ blue 126

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

Shades of Sapphire #0B247E

Tints of Sapphire #0B247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 126 (49.61% from 255) = 72.83%

R = 6.36%
G = 20.81%
B = 72.83%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B247E (or 0x0B247E) is known color: Sapphire. HEX triplet: 0B, 24 and 7E. RGB value is (11,36,126). Sum of RGB (Red+Green+Blue) = 11+36+126=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 126 (49.61% from 255 or 72.83% from 173); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B247E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B247E is #F4DB81. Grayscale: #262626. Windows color (decimal): -16046978 or 8266763. OLE color: 8266763.

HSL color Cylindrical-coordinate representation of color #0B247E: hue angle of 226.96º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B247E is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 36 126 -
CMYK 0.91 0.71 0 0.51
HSL 226.96º 0.84% 0.27% -
HSV(B) 226.96º 0.91% 0.49% -
XYZ 4.53 2.84 20.05 -
YUV 38.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 11 36 126 0.91 0.71 0 0.51 226.96 0.84 0.27
Hex B 24 7E 5B 47 0 33 E3 54 1B
Octal 13 44 176 133 107 0 63 343 124 33
Binary 1011 100100 1111110 1011011 1000111 0 110011 11100011 1010100 11011

Color Harmonies of #0B247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B247E

Black with #0B247E

Text Example


Text Example

White with #0B247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,36,126); }

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

background-color css

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

 a { background-color: rgb(11,36,126); }

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

border-color css

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

 span { border-color: rgb(11,36,126); }

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