Html Css Color HEX #0270BD Navy Blue

📋 copy color: '#0270BD'

red 2 ◦ green 112 ◦ blue 189

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

Shades of Navy Blue #0270BD

Tints of Navy Blue #0270BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 0.66%
G = 36.96%
B = 62.38%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0270BD (or 0x0270BD) is known color: Navy Blue. HEX triplet: 02, 70 and BD. RGB value is (2,112,189). Sum of RGB (Red+Green+Blue) = 2+112+189=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #0270BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270BD is #FD8F42. Grayscale: #575757. Windows color (decimal): -16617283 or 12414978. OLE color: 12414978.

HSL color Cylindrical-coordinate representation of color #0270BD: hue angle of 204.71º 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 #0270BD is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 112 189 -
CMYK 0.99 0.41 0 0.26
HSL 204.71º 0.98% 0.37% -
HSV(B) 204.71º 0.99% 0.74% -
XYZ 15 15.28 50.3 -
YUV 87.89 185.06 66.74 -
System Red Green Blue C M Y K H S L
Decimal 2 112 189 0.99 0.41 0 0.26 204.71 0.98 0.37
Hex 2 70 BD 63 29 0 1A CD 62 25
Octal 2 160 275 143 51 0 32 315 142 45
Binary 10 1110000 10111101 1100011 101001 0 11010 11001101 1100010 100101

Color Harmonies of #0270BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270BD

Black with #0270BD

Text Example


Text Example

White with #0270BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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