Html Css Color HEX #0018BB Medium Blue

📋 copy color: '#0018BB'

red 0 ◦ green 24 ◦ blue 187

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

Shades of Medium Blue #0018BB

Tints of Medium Blue #0018BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 24 (9.77% from 255) = 11.37%

 BLUE value IS 187 (73.44% from 255) = 88.63%

R = 0%
G = 11.37%
B = 88.63%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0018BB (or 0x0018BB) is known color: Medium Blue. HEX triplet: 00, 18 and BB. RGB value is (0,24,187). Sum of RGB (Red+Green+Blue) = 0+24+187=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 187 (73.44% from 255 or 88.63% from 211); Max value from RGB is 187 - color contains mainly: blue. Hex color #0018BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018BB is #FFE744. Grayscale: #222222. Windows color (decimal): -16770885 or 12261376. OLE color: 12261376.

HSL color Cylindrical-coordinate representation of color #0018BB: hue angle of 232.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018BB is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 24 187 -
CMYK 1 0.87 0 0.27
HSL 232.3º 1% 0.37% -
HSV(B) 232.3º 1% 0.73% -
XYZ 9.3 4.24 47.34 -
YUV 35.41 213.55 102.75 -
System Red Green Blue C M Y K H S L
Decimal 0 24 187 1 0.87 0 0.27 232.3 1 0.37
Hex 0 18 BB 64 57 0 1B E8 64 25
Octal 0 30 273 144 127 0 33 350 144 45
Binary 0 11000 10111011 1100100 1010111 0 11011 11101000 1100100 100101

Color Harmonies of #0018BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0018BB

Black with #0018BB

Text Example


Text Example

White with #0018BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0018BB; }

 p { color: rgb(0,24,187); }

 H1.HeaderClassName
 {
   color: #0018BB;
 }
 .AnyTagClassName
 {
   color: #0018BB;
 }
</style>

background-color css

<style>
 a { background-color: #0018BB; }

 a { background-color: rgb(0,24,187); }

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

border-color css

<style>
 span { border-color: #0018BB; }

 span { border-color: rgb(0,24,187); }

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