Html Css Color HEX #0069FD Navy Blue

📋 copy color: '#0069FD'

red 0 ◦ green 105 ◦ blue 253

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

Shades of Navy Blue #0069FD

Tints of Navy Blue #0069FD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 105 (41.41% from 255) = 29.33%

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 0%
G = 29.33%
B = 70.67%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0069FD (or 0x0069FD) is known color: Navy Blue. HEX triplet: 00, 69 and FD. RGB value is (0,105,253). Sum of RGB (Red+Green+Blue) = 0+105+253=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #0069FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0069FD is #FF9602. Grayscale: #595959. Windows color (decimal): -16750083 or 16607488. OLE color: 16607488.

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

Color convert

RGB 0 105 253 -
CMYK 1 0.58 0 0.01
HSL 215.1º 1% 0.5% -
HSV(B) 215.1º 1% 0.99% -
XYZ 22.78 17.2 95.05 -
YUV 90.48 219.71 63.47 -
System Red Green Blue C M Y K H S L
Decimal 0 105 253 1 0.58 0 0.01 215.1 1 0.5
Hex 0 69 FD 64 3A 0 1 D7 64 32
Octal 0 151 375 144 72 0 1 327 144 62
Binary 0 1101001 11111101 1100100 111010 0 1 11010111 1100100 110010

Color Harmonies of #0069FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0069FD

Black with #0069FD

Text Example


Text Example

White with #0069FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0069FD; }

 p { color: rgb(0,105,253); }

 H1.HeaderClassName
 {
   color: #0069FD;
 }
 .AnyTagClassName
 {
   color: #0069FD;
 }
</style>

background-color css

<style>
 a { background-color: #0069FD; }

 a { background-color: rgb(0,105,253); }

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

border-color css

<style>
 span { border-color: #0069FD; }

 span { border-color: rgb(0,105,253); }

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