Html Css Color HEX #0270BB Navy Blue

📋 copy color: '#0270BB'

red 2 ◦ green 112 ◦ blue 187

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

Shades of Navy Blue #0270BB

Tints of Navy Blue #0270BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 0.66%
G = 37.21%
B = 62.13%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0270BB (or 0x0270BB) is known color: Navy Blue. HEX triplet: 02, 70 and BB. RGB value is (2,112,187). Sum of RGB (Red+Green+Blue) = 2+112+187=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #0270BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270BB is #FD8F44. Grayscale: #575757. Windows color (decimal): -16617285 or 12283906. OLE color: 12283906.

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

Color convert

RGB 2 112 187 -
CMYK 0.99 0.40 0 0.27
HSL 204.32º 0.98% 0.37% -
HSV(B) 204.32º 0.99% 0.73% -
XYZ 14.79 15.19 49.17 -
YUV 87.66 184.06 66.9 -
System Red Green Blue C M Y K H S L
Decimal 2 112 187 0.99 0.40 0 0.27 204.32 0.98 0.37
Hex 2 70 BB 63 28 0 1B CC 62 25
Octal 2 160 273 143 50 0 33 314 142 45
Binary 10 1110000 10111011 1100011 101000 0 11011 11001100 1100010 100101

Color Harmonies of #0270BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270BB

Black with #0270BB

Text Example


Text Example

White with #0270BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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