Html Css Color HEX #0043EE Navy Blue

📋 copy color: '#0043EE'

red 0 ◦ green 67 ◦ blue 238

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

Shades of Navy Blue #0043EE

Tints of Navy Blue #0043EE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

 BLUE value IS 238 (93.36% from 255) = 78.03%

R = 0%
G = 21.97%
B = 78.03%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0043EE (or 0x0043EE) is known color: Navy Blue. HEX triplet: 00, 43 and EE. RGB value is (0,67,238). Sum of RGB (Red+Green+Blue) = 0+67+238=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #0043EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0043EE is #FFBC11. Grayscale: #414141. Windows color (decimal): -16759826 or 15614720. OLE color: 15614720.

HSL color Cylindrical-coordinate representation of color #0043EE: hue angle of 223.11º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0043EE is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 67 238 -
CMYK 1 0.72 0 0.07
HSL 223.11º 1% 0.47% -
HSV(B) 223.11º 1% 0.93% -
XYZ 17.44 10.19 81.94 -
YUV 66.46 224.8 80.6 -
System Red Green Blue C M Y K H S L
Decimal 0 67 238 1 0.72 0 0.07 223.11 1 0.47
Hex 0 43 EE 64 48 0 7 DF 64 2F
Octal 0 103 356 144 110 0 7 337 144 57
Binary 0 1000011 11101110 1100100 1001000 0 111 11011111 1100100 101111

Color Harmonies of #0043EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0043EE

Black with #0043EE

Text Example


Text Example

White with #0043EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0043EE; }

 p { color: rgb(0,67,238); }

 H1.HeaderClassName
 {
   color: #0043EE;
 }
 .AnyTagClassName
 {
   color: #0043EE;
 }
</style>

background-color css

<style>
 a { background-color: #0043EE; }

 a { background-color: rgb(0,67,238); }

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

border-color css

<style>
 span { border-color: #0043EE; }

 span { border-color: rgb(0,67,238); }

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