Html Css Color HEX #0267BD Navy Blue

📋 copy color: '#0267BD'

red 2 ◦ green 103 ◦ blue 189

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

Shades of Navy Blue #0267BD

Tints of Navy Blue #0267BD

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

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

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

R = 0.68%
G = 35.03%
B = 64.29%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0267BD (or 0x0267BD) is known color: Navy Blue. HEX triplet: 02, 67 and BD. RGB value is (2,103,189). Sum of RGB (Red+Green+Blue) = 2+103+189=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #0267BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0267BD is #FD9842. Grayscale: #525252. Windows color (decimal): -16619587 or 12412674. OLE color: 12412674.

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

Color convert

RGB 2 103 189 -
CMYK 0.99 0.46 0 0.26
HSL 207.59º 0.98% 0.37% -
HSV(B) 207.59º 0.99% 0.74% -
XYZ 14.06 13.39 49.99 -
YUV 82.61 188.04 70.51 -
System Red Green Blue C M Y K H S L
Decimal 2 103 189 0.99 0.46 0 0.26 207.59 0.98 0.37
Hex 2 67 BD 63 2E 0 1A D0 62 25
Octal 2 147 275 143 56 0 32 320 142 45
Binary 10 1100111 10111101 1100011 101110 0 11010 11010000 1100010 100101

Color Harmonies of #0267BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267BD

Black with #0267BD

Text Example


Text Example

White with #0267BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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