Html Css Color HEX #0267FC Navy Blue

📋 copy color: '#0267FC'

red 2 ◦ green 103 ◦ blue 252

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

Shades of Navy Blue #0267FC

Tints of Navy Blue #0267FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.59%

R = 0.56%
G = 28.85%
B = 70.59%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0267FC (or 0x0267FC) is known color: Navy Blue. HEX triplet: 02, 67 and FC. RGB value is (2,103,252). Sum of RGB (Red+Green+Blue) = 2+103+252=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #0267FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267FC is #FD9803. Grayscale: #595959. Windows color (decimal): -16619524 or 16541442. OLE color: 16541442.

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

Color convert

RGB 2 103 252 -
CMYK 0.99 0.59 0 0.01
HSL 215.76º 0.98% 0.5% -
HSV(B) 215.76º 0.99% 0.99% -
XYZ 22.45 16.74 94.14 -
YUV 89.79 219.54 65.38 -
System Red Green Blue C M Y K H S L
Decimal 2 103 252 0.99 0.59 0 0.01 215.76 0.98 0.5
Hex 2 67 FC 63 3B 0 1 D8 62 32
Octal 2 147 374 143 73 0 1 330 142 62
Binary 10 1100111 11111100 1100011 111011 0 1 11011000 1100010 110010

Color Harmonies of #0267FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267FC

Black with #0267FC

Text Example


Text Example

White with #0267FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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