Html Css Color HEX #070CB3 New Midnight Blue

📋 copy color: '#070CB3'

red 7 ◦ green 12 ◦ blue 179

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

Shades of New Midnight Blue #070CB3

Tints of New Midnight Blue #070CB3

RGB

 RED value IS 7 (3.13% from 255) = 3.54%

 GREEN value IS 12 (5.08% from 255) = 6.06%

 BLUE value IS 179 (70.31% from 255) = 90.4%

R = 3.54%
G = 6.06%
B = 90.4%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#070CB3 (or 0x070CB3) is known color: New Midnight Blue. HEX triplet: 07, 0C and B3. RGB value is (7,12,179). Sum of RGB (Red+Green+Blue) = 7+12+179=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 179 (70.31% from 255 or 90.40% from 198); Max value from RGB is 179 - color contains mainly: blue. Hex color #070CB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CB3 is #F8F34C. Grayscale: #1C1C1C. Windows color (decimal): -16315213 or 11734023. OLE color: 11734023.

HSL color Cylindrical-coordinate representation of color #070CB3: hue angle of 238.26º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070CB3 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 12 179 -
CMYK 0.96 0.93 0 0.30
HSL 238.26º 0.92% 0.36% -
HSV(B) 238.26º 0.96% 0.7% -
XYZ 8.36 3.56 42.9 -
YUV 29.54 212.34 111.92 -
System Red Green Blue C M Y K H S L
Decimal 7 12 179 0.96 0.93 0 0.30 238.26 0.92 0.36
Hex 7 C B3 60 5D 0 1E EE 5C 24
Octal 7 14 263 140 135 0 36 356 134 44
Binary 111 1100 10110011 1100000 1011101 0 11110 11101110 1011100 100100

Color Harmonies of #070CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070CB3

Black with #070CB3

Text Example


Text Example

White with #070CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070CB3; }

 p { color: rgb(7,12,179); }

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

background-color css

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

 a { background-color: rgb(7,12,179); }

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

border-color css

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

 span { border-color: rgb(7,12,179); }

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