Html Css Color HEX #0613AA New Midnight Blue

📋 copy color: '#0613AA'

red 6 ◦ green 19 ◦ blue 170

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

Shades of New Midnight Blue #0613AA

Tints of New Midnight Blue #0613AA

RGB

 RED value IS 6 (2.73% from 255) = 3.08%

 GREEN value IS 19 (7.81% from 255) = 9.74%

 BLUE value IS 170 (66.8% from 255) = 87.18%

R = 3.08%
G = 9.74%
B = 87.18%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0613AA (or 0x0613AA) is known color: New Midnight Blue. HEX triplet: 06, 13 and AA. RGB value is (6,19,170). Sum of RGB (Red+Green+Blue) = 6+19+170=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #0613AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0613AA is #F9EC55. Grayscale: #1F1F1F. Windows color (decimal): -16378966 or 11145990. OLE color: 11145990.

HSL color Cylindrical-coordinate representation of color #0613AA: hue angle of 235.24º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0613AA is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 19 170 -
CMYK 0.96 0.89 0 0.33
HSL 235.24º 0.93% 0.35% -
HSV(B) 235.24º 0.96% 0.67% -
XYZ 7.56 3.41 38.29 -
YUV 32.33 205.69 109.22 -
System Red Green Blue C M Y K H S L
Decimal 6 19 170 0.96 0.89 0 0.33 235.24 0.93 0.35
Hex 6 13 AA 60 59 0 21 EB 5D 23
Octal 6 23 252 140 131 0 41 353 135 43
Binary 110 10011 10101010 1100000 1011001 0 100001 11101011 1011101 100011

Color Harmonies of #0613AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0613AA

Black with #0613AA

Text Example


Text Example

White with #0613AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0613AA; }

 p { color: rgb(6,19,170); }

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

background-color css

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

 a { background-color: rgb(6,19,170); }

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

border-color css

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

 span { border-color: rgb(6,19,170); }

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