Html Css Color HEX #0069EF Navy Blue

📋 copy color: '#0069EF'

red 0 ◦ green 105 ◦ blue 239

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

Shades of Navy Blue #0069EF

Tints of Navy Blue #0069EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 0%
G = 30.52%
B = 69.48%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0069EF (or 0x0069EF) is known color: Navy Blue. HEX triplet: 00, 69 and EF. RGB value is (0,105,239). Sum of RGB (Red+Green+Blue) = 0+105+239=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #0069EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0069EF is #FF9610. Grayscale: #585858. Windows color (decimal): -16750097 or 15689984. OLE color: 15689984.

HSL color Cylindrical-coordinate representation of color #0069EF: hue angle of 213.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069EF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 105 239 -
CMYK 1 0.56 0 0.06
HSL 213.64º 1% 0.47% -
HSV(B) 213.64º 1% 0.94% -
XYZ 20.63 16.34 83.73 -
YUV 88.88 212.71 64.6 -
System Red Green Blue C M Y K H S L
Decimal 0 105 239 1 0.56 0 0.06 213.64 1 0.47
Hex 0 69 EF 64 38 0 6 D6 64 2F
Octal 0 151 357 144 70 0 6 326 144 57
Binary 0 1101001 11101111 1100100 111000 0 110 11010110 1100100 101111

Color Harmonies of #0069EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0069EF

Black with #0069EF

Text Example


Text Example

White with #0069EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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