Html Css Color HEX #0067BD Navy Blue

📋 copy color: '#0067BD'

red 0 ◦ green 103 ◦ blue 189

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

Shades of Navy Blue #0067BD

Tints of Navy Blue #0067BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 0%
G = 35.27%
B = 64.73%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0067BD (or 0x0067BD) is known color: Navy Blue. HEX triplet: 00, 67 and BD. RGB value is (0,103,189). Sum of RGB (Red+Green+Blue) = 0+103+189=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #0067BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067BD is #FF9842. Grayscale: #515151. Windows color (decimal): -16750659 or 12412672. OLE color: 12412672.

HSL color Cylindrical-coordinate representation of color #0067BD: hue angle of 207.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067BD is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 103 189 -
CMYK 1 0.46 0 0.26
HSL 207.3º 1% 0.37% -
HSV(B) 207.3º 1% 0.74% -
XYZ 14.04 13.37 49.99 -
YUV 82.01 188.38 69.51 -
System Red Green Blue C M Y K H S L
Decimal 0 103 189 1 0.46 0 0.26 207.3 1 0.37
Hex 0 67 BD 64 2E 0 1A CF 64 25
Octal 0 147 275 144 56 0 32 317 144 45
Binary 0 1100111 10111101 1100100 101110 0 11010 11001111 1100100 100101

Color Harmonies of #0067BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0067BD

Black with #0067BD

Text Example


Text Example

White with #0067BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0067BD; }

 p { color: rgb(0,103,189); }

 H1.HeaderClassName
 {
   color: #0067BD;
 }
 .AnyTagClassName
 {
   color: #0067BD;
 }
</style>

background-color css

<style>
 a { background-color: #0067BD; }

 a { background-color: rgb(0,103,189); }

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

border-color css

<style>
 span { border-color: #0067BD; }

 span { border-color: rgb(0,103,189); }

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