Html Css Color HEX #0267FB Navy Blue

📋 copy color: '#0267FB'

red 2 ◦ green 103 ◦ blue 251

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

Shades of Navy Blue #0267FB

Tints of Navy Blue #0267FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.51%

R = 0.56%
G = 28.93%
B = 70.51%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0267FB (or 0x0267FB) is known color: Navy Blue. HEX triplet: 02, 67 and FB. RGB value is (2,103,251). Sum of RGB (Red+Green+Blue) = 2+103+251=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #0267FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267FB is #FD9804. Grayscale: #585858. Windows color (decimal): -16619525 or 16475906. OLE color: 16475906.

HSL color Cylindrical-coordinate representation of color #0267FB: hue angle of 215.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267FB is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 103 251 -
CMYK 0.99 0.59 0 0.02
HSL 215.66º 0.98% 0.5% -
HSV(B) 215.66º 0.99% 0.98% -
XYZ 22.29 16.68 93.31 -
YUV 89.67 219.04 65.47 -
System Red Green Blue C M Y K H S L
Decimal 2 103 251 0.99 0.59 0 0.02 215.66 0.98 0.5
Hex 2 67 FB 63 3B 0 2 D8 62 32
Octal 2 147 373 143 73 0 2 330 142 62
Binary 10 1100111 11111011 1100011 111011 0 10 11011000 1100010 110010

Color Harmonies of #0267FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267FB

Black with #0267FB

Text Example


Text Example

White with #0267FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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