Html Css Color HEX #0243ED Navy Blue

📋 copy color: '#0243ED'

red 2 ◦ green 67 ◦ blue 237

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

Shades of Navy Blue #0243ED

Tints of Navy Blue #0243ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.45%

R = 0.65%
G = 21.9%
B = 77.45%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0243ED (or 0x0243ED) is known color: Navy Blue. HEX triplet: 02, 43 and ED. RGB value is (2,67,237). Sum of RGB (Red+Green+Blue) = 2+67+237=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #0243ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0243ED is #FDBC12. Grayscale: #424242. Windows color (decimal): -16628755 or 15549186. OLE color: 15549186.

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

Color convert

RGB 2 67 237 -
CMYK 0.99 0.72 0 0.07
HSL 223.4º 0.98% 0.47% -
HSV(B) 223.4º 0.99% 0.93% -
XYZ 17.32 10.14 81.17 -
YUV 66.95 223.97 81.68 -
System Red Green Blue C M Y K H S L
Decimal 2 67 237 0.99 0.72 0 0.07 223.4 0.98 0.47
Hex 2 43 ED 63 48 0 7 DF 62 2F
Octal 2 103 355 143 110 0 7 337 142 57
Binary 10 1000011 11101101 1100011 1001000 0 111 11011111 1100010 101111

Color Harmonies of #0243ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0243ED

Black with #0243ED

Text Example


Text Example

White with #0243ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0243ED; }

 p { color: rgb(2,67,237); }

 H1.HeaderClassName
 {
   color: #0243ED;
 }
 .AnyTagClassName
 {
   color: #0243ED;
 }
</style>

background-color css

<style>
 a { background-color: #0243ED; }

 a { background-color: rgb(2,67,237); }

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

border-color css

<style>
 span { border-color: #0243ED; }

 span { border-color: rgb(2,67,237); }

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