Html Css Color HEX #0283DD Navy Blue

📋 copy color: '#0283DD'

red 2 ◦ green 131 ◦ blue 221

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

Shades of Navy Blue #0283DD

Tints of Navy Blue #0283DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 0.56%
G = 37.01%
B = 62.43%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0283DD (or 0x0283DD) is known color: Navy Blue. HEX triplet: 02, 83 and DD. RGB value is (2,131,221). Sum of RGB (Red+Green+Blue) = 2+131+221=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #0283DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0283DD is #FD7C22. Grayscale: #666666. Windows color (decimal): -16612387 or 14516994. OLE color: 14516994.

HSL color Cylindrical-coordinate representation of color #0283DD: hue angle of 204.66º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283DD is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 131 221 -
CMYK 0.99 0.41 0 0.13
HSL 204.66º 0.98% 0.44% -
HSV(B) 204.66º 0.99% 0.87% -
XYZ 21.19 21.47 71.43 -
YUV 102.69 194.76 56.18 -
System Red Green Blue C M Y K H S L
Decimal 2 131 221 0.99 0.41 0 0.13 204.66 0.98 0.44
Hex 2 83 DD 63 29 0 D CD 62 2C
Octal 2 203 335 143 51 0 15 315 142 54
Binary 10 10000011 11011101 1100011 101001 0 1101 11001101 1100010 101100

Color Harmonies of #0283DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283DD

Black with #0283DD

Text Example


Text Example

White with #0283DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0283DD; }

 p { color: rgb(2,131,221); }

 H1.HeaderClassName
 {
   color: #0283DD;
 }
 .AnyTagClassName
 {
   color: #0283DD;
 }
</style>

background-color css

<style>
 a { background-color: #0283DD; }

 a { background-color: rgb(2,131,221); }

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

border-color css

<style>
 span { border-color: #0283DD; }

 span { border-color: rgb(2,131,221); }

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