Html Css Color HEX #0270BC Navy Blue

📋 copy color: '#0270BC'

red 2 ◦ green 112 ◦ blue 188

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

Shades of Navy Blue #0270BC

Tints of Navy Blue #0270BC

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

 GREEN value IS 112 (44.14% from 255) = 37.09%

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 0.66%
G = 37.09%
B = 62.25%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0270BC (or 0x0270BC) is known color: Navy Blue. HEX triplet: 02, 70 and BC. RGB value is (2,112,188). Sum of RGB (Red+Green+Blue) = 2+112+188=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #0270BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270BC is #FD8F43. Grayscale: #575757. Windows color (decimal): -16617284 or 12349442. OLE color: 12349442.

HSL color Cylindrical-coordinate representation of color #0270BC: hue angle of 204.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270BC is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 112 188 -
CMYK 0.99 0.40 0 0.26
HSL 204.52º 0.98% 0.37% -
HSV(B) 204.52º 0.99% 0.74% -
XYZ 14.9 15.23 49.73 -
YUV 87.77 184.56 66.82 -
System Red Green Blue C M Y K H S L
Decimal 2 112 188 0.99 0.40 0 0.26 204.52 0.98 0.37
Hex 2 70 BC 63 28 0 1A CD 62 25
Octal 2 160 274 143 50 0 32 315 142 45
Binary 10 1110000 10111100 1100011 101000 0 11010 11001101 1100010 100101

Color Harmonies of #0270BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270BC

Black with #0270BC

Text Example


Text Example

White with #0270BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0270BC; }

 p { color: rgb(2,112,188); }

 H1.HeaderClassName
 {
   color: #0270BC;
 }
 .AnyTagClassName
 {
   color: #0270BC;
 }
</style>

background-color css

<style>
 a { background-color: #0270BC; }

 a { background-color: rgb(2,112,188); }

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

border-color css

<style>
 span { border-color: #0270BC; }

 span { border-color: rgb(2,112,188); }

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