Html Css Color HEX #030961 Midnight Blue

📋 copy color: '#030961'

red 3 ◦ green 9 ◦ blue 97

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

Shades of Midnight Blue #030961

Tints of Midnight Blue #030961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

 BLUE value IS 97 (38.28% from 255) = 88.99%

R = 2.75%
G = 8.26%
B = 88.99%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030961 (or 0x030961) is known color: Midnight Blue. HEX triplet: 03, 09 and 61. RGB value is (3,9,97). Sum of RGB (Red+Green+Blue) = 3+9+97=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 97 (38.28% from 255 or 88.99% from 109); Max value from RGB is 97 - color contains mainly: blue. Hex color #030961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030961 is #FCF69E. Grayscale: #101010. Windows color (decimal): -16578207 or 6359299. OLE color: 6359299.

HSL color Cylindrical-coordinate representation of color #030961: hue angle of 236.17º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030961 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 9 97 -
CMYK 0.97 0.91 0 0.62
HSL 236.17º 0.94% 0.2% -
HSV(B) 236.17º 0.97% 0.38% -
XYZ 2.29 1.08 11.4 -
YUV 17.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 3 9 97 0.97 0.91 0 0.62 236.17 0.94 0.2
Hex 3 9 61 61 5B 0 3E EC 5E 14
Octal 3 11 141 141 133 0 76 354 136 24
Binary 11 1001 1100001 1100001 1011011 0 111110 11101100 1011110 10100

Color Harmonies of #030961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030961

Black with #030961

Text Example


Text Example

White with #030961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030961; }

 p { color: rgb(3,9,97); }

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

background-color css

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

 a { background-color: rgb(3,9,97); }

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

border-color css

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

 span { border-color: rgb(3,9,97); }

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