Html Css Color HEX #0267F1 Navy Blue

📋 copy color: '#0267F1'

red 2 ◦ green 103 ◦ blue 241

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

Shades of Navy Blue #0267F1

Tints of Navy Blue #0267F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 69.65%

R = 0.58%
G = 29.77%
B = 69.65%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0267F1 (or 0x0267F1) is known color: Navy Blue. HEX triplet: 02, 67 and F1. RGB value is (2,103,241). Sum of RGB (Red+Green+Blue) = 2+103+241=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #0267F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267F1 is #FD980E. Grayscale: #575757. Windows color (decimal): -16619535 or 15820546. OLE color: 15820546.

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

Color convert

RGB 2 103 241 -
CMYK 0.99 0.57 0 0.05
HSL 214.64º 0.98% 0.48% -
HSV(B) 214.64º 0.99% 0.95% -
XYZ 20.75 16.06 85.23 -
YUV 88.53 214.04 66.28 -
System Red Green Blue C M Y K H S L
Decimal 2 103 241 0.99 0.57 0 0.05 214.64 0.98 0.48
Hex 2 67 F1 63 39 0 5 D7 62 30
Octal 2 147 361 143 71 0 5 327 142 60
Binary 10 1100111 11110001 1100011 111001 0 101 11010111 1100010 110000

Color Harmonies of #0267F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267F1

Black with #0267F1

Text Example


Text Example

White with #0267F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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