Html Css Color HEX #0274DF Navy Blue

📋 copy color: '#0274DF'

red 2 ◦ green 116 ◦ blue 223

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

Shades of Navy Blue #0274DF

Tints of Navy Blue #0274DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 0.59%
G = 34.02%
B = 65.4%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0274DF (or 0x0274DF) is known color: Navy Blue. HEX triplet: 02, 74 and DF. RGB value is (2,116,223). Sum of RGB (Red+Green+Blue) = 2+116+223=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #0274DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0274DF is #FD8B20. Grayscale: #5D5D5D. Windows color (decimal): -16616225 or 14644226. OLE color: 14644226.

HSL color Cylindrical-coordinate representation of color #0274DF: hue angle of 209.05º 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 #0274DF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 116 223 -
CMYK 0.99 0.48 0 0.13
HSL 209.05º 0.98% 0.44% -
HSV(B) 209.05º 0.99% 0.87% -
XYZ 19.59 17.83 72.22 -
YUV 94.11 200.73 62.3 -
System Red Green Blue C M Y K H S L
Decimal 2 116 223 0.99 0.48 0 0.13 209.05 0.98 0.44
Hex 2 74 DF 63 30 0 D D1 62 2C
Octal 2 164 337 143 60 0 15 321 142 54
Binary 10 1110100 11011111 1100011 110000 0 1101 11010001 1100010 101100

Color Harmonies of #0274DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274DF

Black with #0274DF

Text Example


Text Example

White with #0274DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0274DF; }

 p { color: rgb(2,116,223); }

 H1.HeaderClassName
 {
   color: #0274DF;
 }
 .AnyTagClassName
 {
   color: #0274DF;
 }
</style>

background-color css

<style>
 a { background-color: #0274DF; }

 a { background-color: rgb(2,116,223); }

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

border-color css

<style>
 span { border-color: #0274DF; }

 span { border-color: rgb(2,116,223); }

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