Html Css Color HEX #0B25DC Persian Blue

📋 copy color: '#0B25DC'

red 11 ◦ green 37 ◦ blue 220

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

Shades of Persian Blue #0B25DC

Tints of Persian Blue #0B25DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 82.09%

R = 4.1%
G = 13.81%
B = 82.09%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B25DC (or 0x0B25DC) is known color: Persian Blue. HEX triplet: 0B, 25 and DC. RGB value is (11,37,220). Sum of RGB (Red+Green+Blue) = 11+37+220=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B25DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B25DC is #F4DA23. Grayscale: #313131. Windows color (decimal): -16046628 or 14427403. OLE color: 14427403.

HSL color Cylindrical-coordinate representation of color #0B25DC: hue angle of 232.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B25DC is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 37 220 -
CMYK 0.95 0.83 0 0.14
HSL 232.54º 0.9% 0.45% -
HSV(B) 232.54º 0.95% 0.86% -
XYZ 13.72 6.56 68.25 -
YUV 50.09 223.89 100.12 -
System Red Green Blue C M Y K H S L
Decimal 11 37 220 0.95 0.83 0 0.14 232.54 0.9 0.45
Hex B 25 DC 5F 53 0 E E9 5A 2D
Octal 13 45 334 137 123 0 16 351 132 55
Binary 1011 100101 11011100 1011111 1010011 0 1110 11101001 1011010 101101

Color Harmonies of #0B25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B25DC

Black with #0B25DC

Text Example


Text Example

White with #0B25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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