Html Css Color HEX #030CBC Medium Blue

📋 copy color: '#030CBC'

red 3 ◦ green 12 ◦ blue 188

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

Shades of Medium Blue #030CBC

Tints of Medium Blue #030CBC

RGB

 RED value IS 3 (1.56% from 255) = 1.48%

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

 BLUE value IS 188 (73.83% from 255) = 92.61%

R = 1.48%
G = 5.91%
B = 92.61%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#030CBC (or 0x030CBC) is known color: Medium Blue. HEX triplet: 03, 0C and BC. RGB value is (3,12,188). Sum of RGB (Red+Green+Blue) = 3+12+188=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #030CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CBC is #FCF343. Grayscale: #1C1C1C. Windows color (decimal): -16577348 or 12323843. OLE color: 12323843.

HSL color Cylindrical-coordinate representation of color #030CBC: hue angle of 237.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030CBC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 12 188 -
CMYK 0.98 0.94 0 0.26
HSL 237.08º 0.97% 0.37% -
HSV(B) 237.08º 0.98% 0.74% -
XYZ 9.25 3.91 47.84 -
YUV 29.37 217.52 109.19 -
System Red Green Blue C M Y K H S L
Decimal 3 12 188 0.98 0.94 0 0.26 237.08 0.97 0.37
Hex 3 C BC 62 5E 0 1A ED 61 25
Octal 3 14 274 142 136 0 32 355 141 45
Binary 11 1100 10111100 1100010 1011110 0 11010 11101101 1100001 100101

Color Harmonies of #030CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CBC

Black with #030CBC

Text Example


Text Example

White with #030CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030CBC; }

 p { color: rgb(3,12,188); }

 H1.HeaderClassName
 {
   color: #030CBC;
 }
 .AnyTagClassName
 {
   color: #030CBC;
 }
</style>

background-color css

<style>
 a { background-color: #030CBC; }

 a { background-color: rgb(3,12,188); }

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

border-color css

<style>
 span { border-color: #030CBC; }

 span { border-color: rgb(3,12,188); }

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