Html Css Color HEX #0167CA Navy Blue

📋 copy color: '#0167CA'

red 1 ◦ green 103 ◦ blue 202

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

Shades of Navy Blue #0167CA

Tints of Navy Blue #0167CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 0.33%
G = 33.66%
B = 66.01%

CMYK

 C value IS 1.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0167CA (or 0x0167CA) is known color: Navy Blue. HEX triplet: 01, 67 and CA. RGB value is (1,103,202). Sum of RGB (Red+Green+Blue) = 1+103+202=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #0167CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167CA is #FE9835. Grayscale: #535353. Windows color (decimal): -16685110 or 13264641. OLE color: 13264641.

HSL color Cylindrical-coordinate representation of color #0167CA: hue angle of 209.55º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0167CA is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 103 202 -
CMYK 1.00 0.49 0 0.21
HSL 209.55º 0.99% 0.4% -
HSV(B) 209.55º 1% 0.79% -
XYZ 15.52 13.97 57.76 -
YUV 83.79 194.71 68.95 -
System Red Green Blue C M Y K H S L
Decimal 1 103 202 1.00 0.49 0 0.21 209.55 0.99 0.4
Hex 1 67 CA 64 31 0 15 D2 63 28
Octal 1 147 312 144 61 0 25 322 143 50
Binary 1 1100111 11001010 1100100 110001 0 10101 11010010 1100011 101000

Color Harmonies of #0167CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0167CA

Black with #0167CA

Text Example


Text Example

White with #0167CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,103,202); }

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

background-color css

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

 a { background-color: rgb(1,103,202); }

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

border-color css

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

 span { border-color: rgb(1,103,202); }

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