Html Css Color HEX #000CBB Medium Blue

📋 copy color: '#000CBB'

red 0 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #000CBB

Tints of Medium Blue #000CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.03%

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

R = 0%
G = 6.03%
B = 93.97%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#000CBB (or 0x000CBB) is known color: Medium Blue. HEX triplet: 00, 0C and BB. RGB value is (0,12,187). Sum of RGB (Red+Green+Blue) = 0+12+187=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 187 (73.44% from 255 or 93.97% from 199); Max value from RGB is 187 - color contains mainly: blue. Hex color #000CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CBB is #FFF344. Grayscale: #1B1B1B. Windows color (decimal): -16773957 or 12258304. OLE color: 12258304.

HSL color Cylindrical-coordinate representation of color #000CBB: hue angle of 236.15º 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 #000CBB is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 12 187 -
CMYK 1 0.94 0 0.27
HSL 236.15º 1% 0.37% -
HSV(B) 236.15º 1% 0.73% -
XYZ 9.1 3.85 47.28 -
YUV 28.36 217.52 107.77 -
System Red Green Blue C M Y K H S L
Decimal 0 12 187 1 0.94 0 0.27 236.15 1 0.37
Hex 0 C BB 64 5E 0 1B EC 64 25
Octal 0 14 273 144 136 0 33 354 144 45
Binary 0 1100 10111011 1100100 1011110 0 11011 11101100 1100100 100101

Color Harmonies of #000CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CBB

Black with #000CBB

Text Example


Text Example

White with #000CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000CBB; }

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

 H1.HeaderClassName
 {
   color: #000CBB;
 }
 .AnyTagClassName
 {
   color: #000CBB;
 }
</style>

background-color css

<style>
 a { background-color: #000CBB; }

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

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

border-color css

<style>
 span { border-color: #000CBB; }

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

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