Html Css Color HEX #0267BE Navy Blue

📋 copy color: '#0267BE'

red 2 ◦ green 103 ◦ blue 190

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

Shades of Navy Blue #0267BE

Tints of Navy Blue #0267BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 0.68%
G = 34.92%
B = 64.41%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0267BE (or 0x0267BE) is known color: Navy Blue. HEX triplet: 02, 67 and BE. RGB value is (2,103,190). Sum of RGB (Red+Green+Blue) = 2+103+190=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0267BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0267BE is #FD9841. Grayscale: #525252. Windows color (decimal): -16619586 or 12478210. OLE color: 12478210.

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

Color convert

RGB 2 103 190 -
CMYK 0.99 0.46 0 0.25
HSL 207.77º 0.98% 0.38% -
HSV(B) 207.77º 0.99% 0.75% -
XYZ 14.17 13.43 50.56 -
YUV 82.72 188.54 70.43 -
System Red Green Blue C M Y K H S L
Decimal 2 103 190 0.99 0.46 0 0.25 207.77 0.98 0.38
Hex 2 67 BE 63 2E 0 19 D0 62 26
Octal 2 147 276 143 56 0 31 320 142 46
Binary 10 1100111 10111110 1100011 101110 0 11001 11010000 1100010 100110

Color Harmonies of #0267BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267BE

Black with #0267BE

Text Example


Text Example

White with #0267BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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