Html Css Color HEX #0267BC Navy Blue

📋 copy color: '#0267BC'

red 2 ◦ green 103 ◦ blue 188

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

Shades of Navy Blue #0267BC

Tints of Navy Blue #0267BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 0.68%
G = 35.15%
B = 64.16%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0267BC (or 0x0267BC) is known color: Navy Blue. HEX triplet: 02, 67 and BC. RGB value is (2,103,188). Sum of RGB (Red+Green+Blue) = 2+103+188=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #0267BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0267BC is #FD9843. Grayscale: #525252. Windows color (decimal): -16619588 or 12347138. OLE color: 12347138.

HSL color Cylindrical-coordinate representation of color #0267BC: hue angle of 207.42º 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 #0267BC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 103 188 -
CMYK 0.99 0.45 0 0.26
HSL 207.42º 0.98% 0.37% -
HSV(B) 207.42º 0.99% 0.74% -
XYZ 13.95 13.34 49.42 -
YUV 82.49 187.54 70.59 -
System Red Green Blue C M Y K H S L
Decimal 2 103 188 0.99 0.45 0 0.26 207.42 0.98 0.37
Hex 2 67 BC 63 2D 0 1A CF 62 25
Octal 2 147 274 143 55 0 32 317 142 45
Binary 10 1100111 10111100 1100011 101101 0 11010 11001111 1100010 100101

Color Harmonies of #0267BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267BC

Black with #0267BC

Text Example


Text Example

White with #0267BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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