Html Css Color HEX #0282CC Navy Blue

📋 copy color: '#0282CC'

red 2 ◦ green 130 ◦ blue 204

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

Shades of Navy Blue #0282CC

Tints of Navy Blue #0282CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 0.6%
G = 38.69%
B = 60.71%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0282CC (or 0x0282CC) is known color: Navy Blue. HEX triplet: 02, 82 and CC. RGB value is (2,130,204). Sum of RGB (Red+Green+Blue) = 2+130+204=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #0282CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0282CC is #FD7D33. Grayscale: #636363. Windows color (decimal): -16612660 or 13402626. OLE color: 13402626.

HSL color Cylindrical-coordinate representation of color #0282CC: hue angle of 201.98º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282CC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 130 204 -
CMYK 0.99 0.36 0 0.2
HSL 201.98º 0.98% 0.4% -
HSV(B) 201.98º 0.99% 0.8% -
XYZ 18.91 20.34 60.06 -
YUV 100.16 186.59 57.98 -
System Red Green Blue C M Y K H S L
Decimal 2 130 204 0.99 0.36 0 0.2 201.98 0.98 0.4
Hex 2 82 CC 63 24 0 14 CA 62 28
Octal 2 202 314 143 44 0 24 312 142 50
Binary 10 10000010 11001100 1100011 100100 0 10100 11001010 1100010 101000

Color Harmonies of #0282CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0282CC

Black with #0282CC

Text Example


Text Example

White with #0282CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0282CC; }

 p { color: rgb(2,130,204); }

 H1.HeaderClassName
 {
   color: #0282CC;
 }
 .AnyTagClassName
 {
   color: #0282CC;
 }
</style>

background-color css

<style>
 a { background-color: #0282CC; }

 a { background-color: rgb(2,130,204); }

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

border-color css

<style>
 span { border-color: #0282CC; }

 span { border-color: rgb(2,130,204); }

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