Html Css Color HEX #0B3CEE Persian Blue

📋 copy color: '#0B3CEE'

red 11 ◦ green 60 ◦ blue 238

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

Shades of Persian Blue #0B3CEE

Tints of Persian Blue #0B3CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

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

R = 3.56%
G = 19.42%
B = 77.02%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B3CEE (or 0x0B3CEE) is known color: Persian Blue. HEX triplet: 0B, 3C and EE. RGB value is (11,60,238). Sum of RGB (Red+Green+Blue) = 11+60+238=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 238 (93.36% from 255 or 77.02% from 309); Max value from RGB is 238 - color contains mainly: blue. Hex color #0B3CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3CEE is #F4C311. Grayscale: #404040. Windows color (decimal): -16040722 or 15612939. OLE color: 15612939.

HSL color Cylindrical-coordinate representation of color #0B3CEE: hue angle of 227.05º 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 #0B3CEE is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 60 238 -
CMYK 0.95 0.75 0 0.07
HSL 227.05º 0.91% 0.49% -
HSV(B) 227.05º 0.95% 0.93% -
XYZ 17.19 9.48 81.81 -
YUV 65.64 225.27 89.03 -
System Red Green Blue C M Y K H S L
Decimal 11 60 238 0.95 0.75 0 0.07 227.05 0.91 0.49
Hex B 3C EE 5F 4B 0 7 E3 5B 31
Octal 13 74 356 137 113 0 7 343 133 61
Binary 1011 111100 11101110 1011111 1001011 0 111 11100011 1011011 110001

Color Harmonies of #0B3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3CEE

Black with #0B3CEE

Text Example


Text Example

White with #0B3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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