Html Css Color HEX #0B259D Egyptian Blue

📋 copy color: '#0B259D'

red 11 ◦ green 37 ◦ blue 157

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

Shades of Egyptian Blue #0B259D

Tints of Egyptian Blue #0B259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 157 (61.72% from 255) = 76.59%

R = 5.37%
G = 18.05%
B = 76.59%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B259D (or 0x0B259D) is known color: Egyptian Blue. HEX triplet: 0B, 25 and 9D. RGB value is (11,37,157). Sum of RGB (Red+Green+Blue) = 11+37+157=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B259D is #F4DA62. Grayscale: #2A2A2A. Windows color (decimal): -16046691 or 10298635. OLE color: 10298635.

HSL color Cylindrical-coordinate representation of color #0B259D: hue angle of 229.32º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B259D is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 37 157 -
CMYK 0.93 0.76 0 0.38
HSL 229.32º 0.87% 0.33% -
HSV(B) 229.32º 0.93% 0.62% -
XYZ 6.89 3.83 32.27 -
YUV 42.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 11 37 157 0.93 0.76 0 0.38 229.32 0.87 0.33
Hex B 25 9D 5D 4C 0 26 E5 57 21
Octal 13 45 235 135 114 0 46 345 127 41
Binary 1011 100101 10011101 1011101 1001100 0 100110 11100101 1010111 100001

Color Harmonies of #0B259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B259D

Black with #0B259D

Text Example


Text Example

White with #0B259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,37,157); }

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

background-color css

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

 a { background-color: rgb(11,37,157); }

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

border-color css

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

 span { border-color: rgb(11,37,157); }

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