Html Css Color HEX #0267F5 Navy Blue

📋 copy color: '#0267F5'

red 2 ◦ green 103 ◦ blue 245

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

Shades of Navy Blue #0267F5

Tints of Navy Blue #0267F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 70%

R = 0.57%
G = 29.43%
B = 70%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0267F5 (or 0x0267F5) is known color: Navy Blue. HEX triplet: 02, 67 and F5. RGB value is (2,103,245). Sum of RGB (Red+Green+Blue) = 2+103+245=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 245 (96.09% from 255 or 70% from 350); Max value from RGB is 245 - color contains mainly: blue. Hex color #0267F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267F5 is #FD980A. Grayscale: #585858. Windows color (decimal): -16619531 or 16082690. OLE color: 16082690.

HSL color Cylindrical-coordinate representation of color #0267F5: hue angle of 215.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267F5 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 103 245 -
CMYK 0.99 0.58 0 0.04
HSL 215.06º 0.98% 0.48% -
HSV(B) 215.06º 0.99% 0.96% -
XYZ 21.36 16.31 88.41 -
YUV 88.99 216.04 65.95 -
System Red Green Blue C M Y K H S L
Decimal 2 103 245 0.99 0.58 0 0.04 215.06 0.98 0.48
Hex 2 67 F5 63 3A 0 4 D7 62 30
Octal 2 147 365 143 72 0 4 327 142 60
Binary 10 1100111 11110101 1100011 111010 0 100 11010111 1100010 110000

Color Harmonies of #0267F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267F5

Black with #0267F5

Text Example


Text Example

White with #0267F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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