Html Css Color HEX #0267EF Navy Blue

📋 copy color: '#0267EF'

red 2 ◦ green 103 ◦ blue 239

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

Shades of Navy Blue #0267EF

Tints of Navy Blue #0267EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 0.58%
G = 29.94%
B = 69.48%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0267EF (or 0x0267EF) is known color: Navy Blue. HEX triplet: 02, 67 and EF. RGB value is (2,103,239). Sum of RGB (Red+Green+Blue) = 2+103+239=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #0267EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267EF is #FD9810. Grayscale: #575757. Windows color (decimal): -16619537 or 15689474. OLE color: 15689474.

HSL color Cylindrical-coordinate representation of color #0267EF: hue angle of 214.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267EF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 103 239 -
CMYK 0.99 0.57 0 0.06
HSL 214.43º 0.98% 0.47% -
HSV(B) 214.43º 0.99% 0.94% -
XYZ 20.46 15.95 83.66 -
YUV 88.31 213.04 66.44 -
System Red Green Blue C M Y K H S L
Decimal 2 103 239 0.99 0.57 0 0.06 214.43 0.98 0.47
Hex 2 67 EF 63 39 0 6 D6 62 2F
Octal 2 147 357 143 71 0 6 326 142 57
Binary 10 1100111 11101111 1100011 111001 0 110 11010110 1100010 101111

Color Harmonies of #0267EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267EF

Black with #0267EF

Text Example


Text Example

White with #0267EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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