Html Css Color HEX #0274CC Navy Blue

📋 copy color: '#0274CC'

red 2 ◦ green 116 ◦ blue 204

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

Shades of Navy Blue #0274CC

Tints of Navy Blue #0274CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 0.62%
G = 36.02%
B = 63.35%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0274CC (or 0x0274CC) is known color: Navy Blue. HEX triplet: 02, 74 and CC. RGB value is (2,116,204). Sum of RGB (Red+Green+Blue) = 2+116+204=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #0274CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0274CC is #FD8B33. Grayscale: #5B5B5B. Windows color (decimal): -16616244 or 13399042. OLE color: 13399042.

HSL color Cylindrical-coordinate representation of color #0274CC: hue angle of 206.14º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0274CC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 116 204 -
CMYK 0.99 0.43 0 0.2
HSL 206.14º 0.98% 0.4% -
HSV(B) 206.14º 0.99% 0.8% -
XYZ 17.17 16.86 59.48 -
YUV 91.95 191.23 63.84 -
System Red Green Blue C M Y K H S L
Decimal 2 116 204 0.99 0.43 0 0.2 206.14 0.98 0.4
Hex 2 74 CC 63 2B 0 14 CE 62 28
Octal 2 164 314 143 53 0 24 316 142 50
Binary 10 1110100 11001100 1100011 101011 0 10100 11001110 1100010 101000

Color Harmonies of #0274CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274CC

Black with #0274CC

Text Example


Text Example

White with #0274CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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