Html Css Color HEX #0613AC New Midnight Blue

📋 copy color: '#0613AC'

red 6 ◦ green 19 ◦ blue 172

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

Shades of New Midnight Blue #0613AC

Tints of New Midnight Blue #0613AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 87.31%

R = 3.05%
G = 9.64%
B = 87.31%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0613AC (or 0x0613AC) is known color: New Midnight Blue. HEX triplet: 06, 13 and AC. RGB value is (6,19,172). Sum of RGB (Red+Green+Blue) = 6+19+172=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 172 (67.58% from 255 or 87.31% from 197); Max value from RGB is 172 - color contains mainly: blue. Hex color #0613AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0613AC is #F9EC53. Grayscale: #1F1F1F. Windows color (decimal): -16378964 or 11277062. OLE color: 11277062.

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

Color convert

RGB 6 19 172 -
CMYK 0.97 0.89 0 0.33
HSL 235.3º 0.93% 0.35% -
HSV(B) 235.3º 0.97% 0.67% -
XYZ 7.75 3.48 39.29 -
YUV 32.56 206.69 109.06 -
System Red Green Blue C M Y K H S L
Decimal 6 19 172 0.97 0.89 0 0.33 235.3 0.93 0.35
Hex 6 13 AC 61 59 0 21 EB 5D 23
Octal 6 23 254 141 131 0 41 353 135 43
Binary 110 10011 10101100 1100001 1011001 0 100001 11101011 1011101 100011

Color Harmonies of #0613AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0613AC

Black with #0613AC

Text Example


Text Example

White with #0613AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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