Html Css Color HEX #0272BB Navy Blue

📋 copy color: '#0272BB'

red 2 ◦ green 114 ◦ blue 187

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

Shades of Navy Blue #0272BB

Tints of Navy Blue #0272BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

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

R = 0.66%
G = 37.62%
B = 61.72%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0272BB (or 0x0272BB) is known color: Navy Blue. HEX triplet: 02, 72 and BB. RGB value is (2,114,187). Sum of RGB (Red+Green+Blue) = 2+114+187=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #0272BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272BB is #FD8D44. Grayscale: #585858. Windows color (decimal): -16616773 or 12284418. OLE color: 12284418.

HSL color Cylindrical-coordinate representation of color #0272BB: hue angle of 203.68º 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 #0272BB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 114 187 -
CMYK 0.99 0.39 0 0.27
HSL 203.68º 0.98% 0.37% -
HSV(B) 203.68º 0.99% 0.73% -
XYZ 15.01 15.64 49.24 -
YUV 88.83 183.39 66.06 -
System Red Green Blue C M Y K H S L
Decimal 2 114 187 0.99 0.39 0 0.27 203.68 0.98 0.37
Hex 2 72 BB 63 27 0 1B CC 62 25
Octal 2 162 273 143 47 0 33 314 142 45
Binary 10 1110010 10111011 1100011 100111 0 11011 11001100 1100010 100101

Color Harmonies of #0272BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272BB

Black with #0272BB

Text Example


Text Example

White with #0272BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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