Html Css Color HEX #0270DF Navy Blue

📋 copy color: '#0270DF'

red 2 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #0270DF

Tints of Navy Blue #0270DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 0.59%
G = 33.23%
B = 66.17%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0270DF (or 0x0270DF) is known color: Navy Blue. HEX triplet: 02, 70 and DF. RGB value is (2,112,223). Sum of RGB (Red+Green+Blue) = 2+112+223=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #0270DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270DF is #FD8F20. Grayscale: #5B5B5B. Windows color (decimal): -16617249 or 14643202. OLE color: 14643202.

HSL color Cylindrical-coordinate representation of color #0270DF: hue angle of 210.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270DF is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 112 223 -
CMYK 0.99 0.50 0 0.13
HSL 210.14º 0.98% 0.44% -
HSV(B) 210.14º 0.99% 0.87% -
XYZ 19.14 16.93 72.07 -
YUV 91.76 202.06 63.97 -
System Red Green Blue C M Y K H S L
Decimal 2 112 223 0.99 0.50 0 0.13 210.14 0.98 0.44
Hex 2 70 DF 63 32 0 D D2 62 2C
Octal 2 160 337 143 62 0 15 322 142 54
Binary 10 1110000 11011111 1100011 110010 0 1101 11010010 1100010 101100

Color Harmonies of #0270DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270DF

Black with #0270DF

Text Example


Text Example

White with #0270DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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