Html Css Color HEX #0613B4 New Midnight Blue

📋 copy color: '#0613B4'

red 6 ◦ green 19 ◦ blue 180

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

Shades of New Midnight Blue #0613B4

Tints of New Midnight Blue #0613B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 87.8%

R = 2.93%
G = 9.27%
B = 87.8%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0613B4 (or 0x0613B4) is known color: New Midnight Blue. HEX triplet: 06, 13 and B4. RGB value is (6,19,180). Sum of RGB (Red+Green+Blue) = 6+19+180=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 180 (70.70% from 255 or 87.80% from 205); Max value from RGB is 180 - color contains mainly: blue. Hex color #0613B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0613B4 is #F9EC4B. Grayscale: #202020. Windows color (decimal): -16378956 or 11801350. OLE color: 11801350.

HSL color Cylindrical-coordinate representation of color #0613B4: hue angle of 235.52º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0613B4 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 19 180 -
CMYK 0.97 0.89 0 0.29
HSL 235.52º 0.94% 0.36% -
HSV(B) 235.52º 0.97% 0.71% -
XYZ 8.55 3.8 43.46 -
YUV 33.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 6 19 180 0.97 0.89 0 0.29 235.52 0.94 0.36
Hex 6 13 B4 61 59 0 1D EC 5E 24
Octal 6 23 264 141 131 0 35 354 136 44
Binary 110 10011 10110100 1100001 1011001 0 11101 11101100 1011110 100100

Color Harmonies of #0613B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0613B4

Black with #0613B4

Text Example


Text Example

White with #0613B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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