Html Css Color HEX #0B19CA Medium Blue

📋 copy color: '#0B19CA'

red 11 ◦ green 25 ◦ blue 202

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

Shades of Medium Blue #0B19CA

Tints of Medium Blue #0B19CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 202 (79.3% from 255) = 84.87%

R = 4.62%
G = 10.5%
B = 84.87%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0B19CA (or 0x0B19CA) is known color: Medium Blue. HEX triplet: 0B, 19 and CA. RGB value is (11,25,202). Sum of RGB (Red+Green+Blue) = 11+25+202=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B19CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B19CA is #F4E635. Grayscale: #282828. Windows color (decimal): -16049718 or 13244683. OLE color: 13244683.

HSL color Cylindrical-coordinate representation of color #0B19CA: hue angle of 235.6º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B19CA is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 25 202 -
CMYK 0.95 0.88 0 0.21
HSL 235.6º 0.9% 0.42% -
HSV(B) 235.6º 0.95% 0.79% -
XYZ 11.15 5.03 56.26 -
YUV 40.99 218.86 106.61 -
System Red Green Blue C M Y K H S L
Decimal 11 25 202 0.95 0.88 0 0.21 235.6 0.9 0.42
Hex B 19 CA 5F 58 0 15 EC 5A 2A
Octal 13 31 312 137 130 0 25 354 132 52
Binary 1011 11001 11001010 1011111 1011000 0 10101 11101100 1011010 101010

Color Harmonies of #0B19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B19CA

Black with #0B19CA

Text Example


Text Example

White with #0B19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,25,202); }

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

background-color css

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

 a { background-color: rgb(11,25,202); }

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

border-color css

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

 span { border-color: rgb(11,25,202); }

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