Html Css Color HEX #0272CE Navy Blue

📋 copy color: '#0272CE'

red 2 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #0272CE

Tints of Navy Blue #0272CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 0.62%
G = 35.4%
B = 63.98%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0272CE (or 0x0272CE) is known color: Navy Blue. HEX triplet: 02, 72 and CE. RGB value is (2,114,206). Sum of RGB (Red+Green+Blue) = 2+114+206=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #0272CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272CE is #FD8D31. Grayscale: #5A5A5A. Windows color (decimal): -16616754 or 13529602. OLE color: 13529602.

HSL color Cylindrical-coordinate representation of color #0272CE: hue angle of 207.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272CE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 114 206 -
CMYK 0.99 0.45 0 0.19
HSL 207.06º 0.98% 0.41% -
HSV(B) 207.06º 0.99% 0.81% -
XYZ 17.18 16.5 60.67 -
YUV 91 192.89 64.52 -
System Red Green Blue C M Y K H S L
Decimal 2 114 206 0.99 0.45 0 0.19 207.06 0.98 0.41
Hex 2 72 CE 63 2D 0 13 CF 62 29
Octal 2 162 316 143 55 0 23 317 142 51
Binary 10 1110010 11001110 1100011 101101 0 10011 11001111 1100010 101001

Color Harmonies of #0272CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272CE

Black with #0272CE

Text Example


Text Example

White with #0272CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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