Html Css Color HEX #0074CE Navy Blue

📋 copy color: '#0074CE'

red 0 ◦ green 116 ◦ blue 206

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

Shades of Navy Blue #0074CE

Tints of Navy Blue #0074CE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.02%
B = 63.98%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0074CE (or 0x0074CE) is known color: Navy Blue. HEX triplet: 00, 74 and CE. RGB value is (0,116,206). Sum of RGB (Red+Green+Blue) = 0+116+206=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 116 (45.70% from 255 or 36.02% 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 #0074CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074CE is #FF8B31. Grayscale: #5B5B5B. Windows color (decimal): -16747314 or 13530112. OLE color: 13530112.

HSL color Cylindrical-coordinate representation of color #0074CE: hue angle of 206.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074CE is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 116 206 -
CMYK 1 0.44 0 0.19
HSL 206.21º 1% 0.4% -
HSV(B) 206.21º 1% 0.81% -
XYZ 17.39 16.95 60.75 -
YUV 91.58 192.57 62.68 -
System Red Green Blue C M Y K H S L
Decimal 0 116 206 1 0.44 0 0.19 206.21 1 0.4
Hex 0 74 CE 64 2C 0 13 CE 64 28
Octal 0 164 316 144 54 0 23 316 144 50
Binary 0 1110100 11001110 1100100 101100 0 10011 11001110 1100100 101000

Color Harmonies of #0074CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074CE

Black with #0074CE

Text Example


Text Example

White with #0074CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,116,206); }

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

background-color css

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

 a { background-color: rgb(0,116,206); }

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

border-color css

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

 span { border-color: rgb(0,116,206); }

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