Html Css Color HEX #0074CB Navy Blue

📋 copy color: '#0074CB'

red 0 ◦ green 116 ◦ blue 203

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

Shades of Navy Blue #0074CB

Tints of Navy Blue #0074CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 0%
G = 36.36%
B = 63.64%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0074CB (or 0x0074CB) is known color: Navy Blue. HEX triplet: 00, 74 and CB. RGB value is (0,116,203). Sum of RGB (Red+Green+Blue) = 0+116+203=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #0074CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074CB is #FF8B34. Grayscale: #5A5A5A. Windows color (decimal): -16747317 or 13333504. OLE color: 13333504.

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

Color convert

RGB 0 116 203 -
CMYK 1 0.43 0 0.20
HSL 205.71º 1% 0.4% -
HSV(B) 205.71º 1% 0.8% -
XYZ 17.02 16.8 58.85 -
YUV 91.23 191.07 62.93 -
System Red Green Blue C M Y K H S L
Decimal 0 116 203 1 0.43 0 0.20 205.71 1 0.4
Hex 0 74 CB 64 2B 0 14 CE 64 28
Octal 0 164 313 144 53 0 24 316 144 50
Binary 0 1110100 11001011 1100100 101011 0 10100 11001110 1100100 101000

Color Harmonies of #0074CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074CB

Black with #0074CB

Text Example


Text Example

White with #0074CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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