Html Css Color HEX #0150CC Navy Blue

📋 copy color: '#0150CC'

red 1 ◦ green 80 ◦ blue 204

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

Shades of Navy Blue #0150CC

Tints of Navy Blue #0150CC

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 0.35%
G = 28.07%
B = 71.58%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0150CC (or 0x0150CC) is known color: Navy Blue. HEX triplet: 01, 50 and CC. RGB value is (1,80,204). Sum of RGB (Red+Green+Blue) = 1+80+204=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #0150CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150CC is #FEAF33. Grayscale: #454545. Windows color (decimal): -16690996 or 13389825. OLE color: 13389825.

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

Color convert

RGB 1 80 204 -
CMYK 1.00 0.61 0 0.2
HSL 216.65º 0.99% 0.4% -
HSV(B) 216.65º 1% 0.8% -
XYZ 13.78 10.1 58.35 -
YUV 70.52 203.33 78.42 -
System Red Green Blue C M Y K H S L
Decimal 1 80 204 1.00 0.61 0 0.2 216.65 0.99 0.4
Hex 1 50 CC 64 3D 0 14 D9 63 28
Octal 1 120 314 144 75 0 24 331 143 50
Binary 1 1010000 11001100 1100100 111101 0 10100 11011001 1100011 101000

Color Harmonies of #0150CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0150CC

Black with #0150CC

Text Example


Text Example

White with #0150CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,80,204); }

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

background-color css

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

 a { background-color: rgb(1,80,204); }

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

border-color css

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

 span { border-color: rgb(1,80,204); }

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