Html Css Color HEX #030C94 New Midnight Blue

📋 copy color: '#030C94'

red 3 ◦ green 12 ◦ blue 148

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

Shades of New Midnight Blue #030C94

Tints of New Midnight Blue #030C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 90.8%

R = 1.84%
G = 7.36%
B = 90.8%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#030C94 (or 0x030C94) is known color: New Midnight Blue. HEX triplet: 03, 0C and 94. RGB value is (3,12,148). Sum of RGB (Red+Green+Blue) = 3+12+148=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #030C94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C94 is #FCF36B. Grayscale: #181818. Windows color (decimal): -16577388 or 9702403. OLE color: 9702403.

HSL color Cylindrical-coordinate representation of color #030C94: hue angle of 236.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C94 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 12 148 -
CMYK 0.98 0.92 0 0.42
HSL 236.28º 0.96% 0.3% -
HSV(B) 236.28º 0.98% 0.58% -
XYZ 5.51 2.42 28.19 -
YUV 24.81 197.52 112.44 -
System Red Green Blue C M Y K H S L
Decimal 3 12 148 0.98 0.92 0 0.42 236.28 0.96 0.3
Hex 3 C 94 62 5C 0 2A EC 60 1E
Octal 3 14 224 142 134 0 52 354 140 36
Binary 11 1100 10010100 1100010 1011100 0 101010 11101100 1100000 11110

Color Harmonies of #030C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C94

Black with #030C94

Text Example


Text Example

White with #030C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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