Html Css Color HEX #0267EB Navy Blue

📋 copy color: '#0267EB'

red 2 ◦ green 103 ◦ blue 235

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

Shades of Navy Blue #0267EB

Tints of Navy Blue #0267EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.12%

R = 0.59%
G = 30.29%
B = 69.12%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0267EB (or 0x0267EB) is known color: Navy Blue. HEX triplet: 02, 67 and EB. RGB value is (2,103,235). Sum of RGB (Red+Green+Blue) = 2+103+235=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #0267EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267EB is #FD9814. Grayscale: #575757. Windows color (decimal): -16619541 or 15427330. OLE color: 15427330.

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

Color convert

RGB 2 103 235 -
CMYK 0.99 0.56 0 0.08
HSL 213.99º 0.98% 0.46% -
HSV(B) 213.99º 0.99% 0.92% -
XYZ 19.87 15.71 80.58 -
YUV 87.85 211.04 66.77 -
System Red Green Blue C M Y K H S L
Decimal 2 103 235 0.99 0.56 0 0.08 213.99 0.98 0.46
Hex 2 67 EB 63 38 0 8 D6 62 2E
Octal 2 147 353 143 70 0 10 326 142 56
Binary 10 1100111 11101011 1100011 111000 0 1000 11010110 1100010 101110

Color Harmonies of #0267EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267EB

Black with #0267EB

Text Example


Text Example

White with #0267EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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