Html Css Color HEX #181BCB Medium Blue

📋 copy color: '#181BCB'

red 24 ◦ green 27 ◦ blue 203

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

Shades of Medium Blue #181BCB

Tints of Medium Blue #181BCB

RGB

 RED value IS 24 (9.77% from 255) = 9.45%

 GREEN value IS 27 (10.94% from 255) = 10.63%

 BLUE value IS 203 (79.69% from 255) = 79.92%

R = 9.45%
G = 10.63%
B = 79.92%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#181BCB (or 0x181BCB) is known color: Medium Blue. HEX triplet: 18, 1B and CB. RGB value is (24,27,203). Sum of RGB (Red+Green+Blue) = 24+27+203=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #181BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BCB is #E7E434. Grayscale: #2D2D2D. Windows color (decimal): -15197237 or 13310744. OLE color: 13310744.

HSL color Cylindrical-coordinate representation of color #181BCB: hue angle of 238.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181BCB is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 27 203 -
CMYK 0.88 0.87 0 0.20
HSL 238.99º 0.79% 0.45% -
HSV(B) 238.99º 0.88% 0.8% -
XYZ 11.55 5.29 56.91 -
YUV 46.17 216.51 112.19 -
System Red Green Blue C M Y K H S L
Decimal 24 27 203 0.88 0.87 0 0.20 238.99 0.79 0.45
Hex 18 1B CB 58 57 0 14 EF 4F 2D
Octal 30 33 313 130 127 0 24 357 117 55
Binary 11000 11011 11001011 1011000 1010111 0 10100 11101111 1001111 101101

Color Harmonies of #181BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181BCB

Black with #181BCB

Text Example


Text Example

White with #181BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181BCB; }

 p { color: rgb(24,27,203); }

 H1.HeaderClassName
 {
   color: #181BCB;
 }
 .AnyTagClassName
 {
   color: #181BCB;
 }
</style>

background-color css

<style>
 a { background-color: #181BCB; }

 a { background-color: rgb(24,27,203); }

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

border-color css

<style>
 span { border-color: #181BCB; }

 span { border-color: rgb(24,27,203); }

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