Html Css Color HEX #0274CA Navy Blue

📋 copy color: '#0274CA'

red 2 ◦ green 116 ◦ blue 202

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

Shades of Navy Blue #0274CA

Tints of Navy Blue #0274CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

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

R = 0.63%
G = 36.25%
B = 63.13%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0274CA (or 0x0274CA) is known color: Navy Blue. HEX triplet: 02, 74 and CA. RGB value is (2,116,202). Sum of RGB (Red+Green+Blue) = 2+116+202=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #0274CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0274CA is #FD8B35. Grayscale: #5B5B5B. Windows color (decimal): -16616246 or 13267970. OLE color: 13267970.

HSL color Cylindrical-coordinate representation of color #0274CA: hue angle of 205.8º 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 #0274CA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 116 202 -
CMYK 0.99 0.43 0 0.21
HSL 205.8º 0.98% 0.4% -
HSV(B) 205.8º 0.99% 0.79% -
XYZ 16.93 16.77 58.22 -
YUV 91.72 190.23 64.01 -
System Red Green Blue C M Y K H S L
Decimal 2 116 202 0.99 0.43 0 0.21 205.8 0.98 0.4
Hex 2 74 CA 63 2B 0 15 CE 62 28
Octal 2 164 312 143 53 0 25 316 142 50
Binary 10 1110100 11001010 1100011 101011 0 10101 11001110 1100010 101000

Color Harmonies of #0274CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274CA

Black with #0274CA

Text Example


Text Example

White with #0274CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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