Html Css Color HEX #0278CA Navy Blue

📋 copy color: '#0278CA'

red 2 ◦ green 120 ◦ blue 202

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

Shades of Navy Blue #0278CA

Tints of Navy Blue #0278CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.04%

 BLUE value IS 202 (79.3% from 255) = 62.35%

R = 0.62%
G = 37.04%
B = 62.35%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0278CA (or 0x0278CA) is known color: Navy Blue. HEX triplet: 02, 78 and CA. RGB value is (2,120,202). Sum of RGB (Red+Green+Blue) = 2+120+202=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #0278CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0278CA is #FD8735. Grayscale: #5D5D5D. Windows color (decimal): -16615222 or 13268994. OLE color: 13268994.

HSL color Cylindrical-coordinate representation of color #0278CA: hue angle of 204.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0278CA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 120 202 -
CMYK 0.99 0.41 0 0.21
HSL 204.6º 0.98% 0.4% -
HSV(B) 204.6º 0.99% 0.79% -
XYZ 17.4 17.71 58.38 -
YUV 94.07 188.91 62.33 -
System Red Green Blue C M Y K H S L
Decimal 2 120 202 0.99 0.41 0 0.21 204.6 0.98 0.4
Hex 2 78 CA 63 29 0 15 CD 62 28
Octal 2 170 312 143 51 0 25 315 142 50
Binary 10 1111000 11001010 1100011 101001 0 10101 11001101 1100010 101000

Color Harmonies of #0278CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0278CA

Black with #0278CA

Text Example


Text Example

White with #0278CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0278CA; }

 p { color: rgb(2,120,202); }

 H1.HeaderClassName
 {
   color: #0278CA;
 }
 .AnyTagClassName
 {
   color: #0278CA;
 }
</style>

background-color css

<style>
 a { background-color: #0278CA; }

 a { background-color: rgb(2,120,202); }

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

border-color css

<style>
 span { border-color: #0278CA; }

 span { border-color: rgb(2,120,202); }

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