Html Css Color HEX #0B2EEA Persian Blue

📋 copy color: '#0B2EEA'

red 11 ◦ green 46 ◦ blue 234

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

Shades of Persian Blue #0B2EEA

Tints of Persian Blue #0B2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

 BLUE value IS 234 (91.8% from 255) = 80.41%

R = 3.78%
G = 15.81%
B = 80.41%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B2EEA (or 0x0B2EEA) is known color: Persian Blue. HEX triplet: 0B, 2E and EA. RGB value is (11,46,234). Sum of RGB (Red+Green+Blue) = 11+46+234=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 234 (91.80% from 255 or 80.41% from 291); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B2EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2EEA is #F4D115. Grayscale: #383838. Windows color (decimal): -16044310 or 15347211. OLE color: 15347211.

HSL color Cylindrical-coordinate representation of color #0B2EEA: hue angle of 230.58º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2EEA is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 46 234 -
CMYK 0.95 0.80 0 0.08
HSL 230.58º 0.91% 0.48% -
HSV(B) 230.58º 0.95% 0.92% -
XYZ 15.97 7.97 78.54 -
YUV 56.97 227.9 95.21 -
System Red Green Blue C M Y K H S L
Decimal 11 46 234 0.95 0.80 0 0.08 230.58 0.91 0.48
Hex B 2E EA 5F 50 0 8 E7 5B 30
Octal 13 56 352 137 120 0 10 347 133 60
Binary 1011 101110 11101010 1011111 1010000 0 1000 11100111 1011011 110000

Color Harmonies of #0B2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2EEA

Black with #0B2EEA

Text Example


Text Example

White with #0B2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,46,234); }

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

background-color css

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

 a { background-color: rgb(11,46,234); }

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

border-color css

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

 span { border-color: rgb(11,46,234); }

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