Html Css Color HEX #130FAF New Midnight Blue

📋 copy color: '#130FAF'

red 19 ◦ green 15 ◦ blue 175

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

Shades of New Midnight Blue #130FAF

Tints of New Midnight Blue #130FAF

RGB

 RED value IS 19 (7.81% from 255) = 9.09%

 GREEN value IS 15 (6.25% from 255) = 7.18%

 BLUE value IS 175 (68.75% from 255) = 83.73%

R = 9.09%
G = 7.18%
B = 83.73%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#130FAF (or 0x130FAF) is known color: New Midnight Blue. HEX triplet: 13, 0F and AF. RGB value is (19,15,175). Sum of RGB (Red+Green+Blue) = 19+15+175=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 175 (68.75% from 255 or 83.73% from 209); Max value from RGB is 175 - color contains mainly: blue. Hex color #130FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130FAF is #ECF050. Grayscale: #212121. Windows color (decimal): -15528017 or 11472659. OLE color: 11472659.

HSL color Cylindrical-coordinate representation of color #130FAF: hue angle of 241.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130FAF is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 15 175 -
CMYK 0.89 0.91 0 0.31
HSL 241.5º 0.84% 0.37% -
HSV(B) 241.5º 0.91% 0.69% -
XYZ 8.18 3.58 40.82 -
YUV 34.44 207.33 116.99 -
System Red Green Blue C M Y K H S L
Decimal 19 15 175 0.89 0.91 0 0.31 241.5 0.84 0.37
Hex 13 F AF 59 5B 0 1F F2 54 25
Octal 23 17 257 131 133 0 37 362 124 45
Binary 10011 1111 10101111 1011001 1011011 0 11111 11110010 1010100 100101

Color Harmonies of #130FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FAF

Black with #130FAF

Text Example


Text Example

White with #130FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130FAF; }

 p { color: rgb(19,15,175); }

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

background-color css

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

 a { background-color: rgb(19,15,175); }

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

border-color css

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

 span { border-color: rgb(19,15,175); }

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