Html Css Color HEX #1F0BCA Medium Blue

📋 copy color: '#1F0BCA'

red 31 ◦ green 11 ◦ blue 202

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

Shades of Medium Blue #1F0BCA

Tints of Medium Blue #1F0BCA

RGB

 RED value IS 31 (12.5% from 255) = 12.7%

 GREEN value IS 11 (4.69% from 255) = 4.51%

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

R = 12.7%
G = 4.51%
B = 82.79%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1F0BCA (or 0x1F0BCA) is known color: Medium Blue. HEX triplet: 1F, 0B and CA. RGB value is (31,11,202). Sum of RGB (Red+Green+Blue) = 31+11+202=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F0BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BCA is #E0F435. Grayscale: #262626. Windows color (decimal): -14742582 or 13241119. OLE color: 13241119.

HSL color Cylindrical-coordinate representation of color #1F0BCA: hue angle of 246.28º 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 #1F0BCA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 11 202 -
CMYK 0.85 0.95 0 0.21
HSL 246.28º 0.9% 0.42% -
HSV(B) 246.28º 0.95% 0.79% -
XYZ 11.35 4.79 56.2 -
YUV 38.75 220.13 122.47 -
System Red Green Blue C M Y K H S L
Decimal 31 11 202 0.85 0.95 0 0.21 246.28 0.9 0.42
Hex 1F B CA 55 5F 0 15 F6 5A 2A
Octal 37 13 312 125 137 0 25 366 132 52
Binary 11111 1011 11001010 1010101 1011111 0 10101 11110110 1011010 101010

Color Harmonies of #1F0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0BCA

Black with #1F0BCA

Text Example


Text Example

White with #1F0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F0BCA; }

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

 H1.HeaderClassName
 {
   color: #1F0BCA;
 }
 .AnyTagClassName
 {
   color: #1F0BCA;
 }
</style>

background-color css

<style>
 a { background-color: #1F0BCA; }

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

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

border-color css

<style>
 span { border-color: #1F0BCA; }

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

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