Html Css Color HEX #0B3EEE Persian Blue

📋 copy color: '#0B3EEE'

red 11 ◦ green 62 ◦ blue 238

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

Shades of Persian Blue #0B3EEE

Tints of Persian Blue #0B3EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 238 (93.36% from 255) = 76.53%

R = 3.54%
G = 19.94%
B = 76.53%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B3EEE (or 0x0B3EEE) is known color: Persian Blue. HEX triplet: 0B, 3E and EE. RGB value is (11,62,238). Sum of RGB (Red+Green+Blue) = 11+62+238=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #0B3EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3EEE is #F4C111. Grayscale: #424242. Windows color (decimal): -16040210 or 15613451. OLE color: 15613451.

HSL color Cylindrical-coordinate representation of color #0B3EEE: hue angle of 226.52º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3EEE is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 62 238 -
CMYK 0.95 0.74 0 0.07
HSL 226.52º 0.91% 0.49% -
HSV(B) 226.52º 0.95% 0.93% -
XYZ 17.29 9.69 81.85 -
YUV 66.82 224.6 88.19 -
System Red Green Blue C M Y K H S L
Decimal 11 62 238 0.95 0.74 0 0.07 226.52 0.91 0.49
Hex B 3E EE 5F 4A 0 7 E3 5B 31
Octal 13 76 356 137 112 0 7 343 133 61
Binary 1011 111110 11101110 1011111 1001010 0 111 11100011 1011011 110001

Color Harmonies of #0B3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3EEE

Black with #0B3EEE

Text Example


Text Example

White with #0B3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,62,238); }

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

background-color css

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

 a { background-color: rgb(11,62,238); }

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

border-color css

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

 span { border-color: rgb(11,62,238); }

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