Html Css Color HEX #1B04CA Medium Blue

📋 copy color: '#1B04CA'

red 27 ◦ green 4 ◦ blue 202

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

Shades of Medium Blue #1B04CA

Tints of Medium Blue #1B04CA

RGB

 RED value IS 27 (10.94% from 255) = 11.59%

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 11.59%
G = 1.72%
B = 86.7%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1B04CA (or 0x1B04CA) is known color: Medium Blue. HEX triplet: 1B, 04 and CA. RGB value is (27,4,202). Sum of RGB (Red+Green+Blue) = 27+4+202=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 202 (79.30% from 255 or 86.70% from 233); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B04CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B04CA is #E4FB35. Grayscale: #202020. Windows color (decimal): -15006518 or 13239323. OLE color: 13239323.

HSL color Cylindrical-coordinate representation of color #1B04CA: hue angle of 246.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B04CA is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 4 202 -
CMYK 0.87 0.98 0 0.21
HSL 246.97º 0.96% 0.4% -
HSV(B) 246.97º 0.98% 0.79% -
XYZ 11.16 4.58 56.17 -
YUV 33.45 223.12 123.4 -
System Red Green Blue C M Y K H S L
Decimal 27 4 202 0.87 0.98 0 0.21 246.97 0.96 0.4
Hex 1B 4 CA 57 62 0 15 F7 60 28
Octal 33 4 312 127 142 0 25 367 140 50
Binary 11011 100 11001010 1010111 1100010 0 10101 11110111 1100000 101000

Color Harmonies of #1B04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B04CA

Black with #1B04CA

Text Example


Text Example

White with #1B04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,4,202); }

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

background-color css

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

 a { background-color: rgb(27,4,202); }

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

border-color css

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

 span { border-color: rgb(27,4,202); }

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