Html Css Color HEX #0069FC Navy Blue

📋 copy color: '#0069FC'

red 0 ◦ green 105 ◦ blue 252

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

Shades of Navy Blue #0069FC

Tints of Navy Blue #0069FC

RGB

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

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

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

R = 0%
G = 29.41%
B = 70.59%

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

#0069FC (or 0x0069FC) is known color: Navy Blue. HEX triplet: 00, 69 and FC. RGB value is (0,105,252). Sum of RGB (Red+Green+Blue) = 0+105+252=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 105 (41.41% from 255 or 29.41% 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 #0069FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0069FC is #FF9603. Grayscale: #595959. Windows color (decimal): -16750084 or 16541952. OLE color: 16541952.

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

Color convert

RGB 0 105 252 -
CMYK 1 0.58 0 0.01
HSL 215º 1% 0.49% -
HSV(B) 215º 1% 0.99% -
XYZ 22.62 17.13 94.21 -
YUV 90.36 219.21 63.55 -
System Red Green Blue C M Y K H S L
Decimal 0 105 252 1 0.58 0 0.01 215 1 0.49
Hex 0 69 FC 64 3A 0 1 D7 64 31
Octal 0 151 374 144 72 0 1 327 144 61
Binary 0 1101001 11111100 1100100 111010 0 1 11010111 1100100 110001

Color Harmonies of #0069FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0069FC

Black with #0069FC

Text Example


Text Example

White with #0069FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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