Html Css Color HEX #0274EF Navy Blue

📋 copy color: '#0274EF'

red 2 ◦ green 116 ◦ blue 239

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

Shades of Navy Blue #0274EF

Tints of Navy Blue #0274EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.95%

R = 0.56%
G = 32.49%
B = 66.95%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0274EF (or 0x0274EF) is known color: Navy Blue. HEX triplet: 02, 74 and EF. RGB value is (2,116,239). Sum of RGB (Red+Green+Blue) = 2+116+239=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #0274EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0274EF is #FD8B10. Grayscale: #5F5F5F. Windows color (decimal): -16616209 or 15692802. OLE color: 15692802.

HSL color Cylindrical-coordinate representation of color #0274EF: hue angle of 211.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0274EF is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 116 239 -
CMYK 0.99 0.51 0 0.06
HSL 211.14º 0.98% 0.47% -
HSV(B) 211.14º 0.99% 0.94% -
XYZ 21.85 18.74 84.13 -
YUV 95.94 208.73 61 -
System Red Green Blue C M Y K H S L
Decimal 2 116 239 0.99 0.51 0 0.06 211.14 0.98 0.47
Hex 2 74 EF 63 33 0 6 D3 62 2F
Octal 2 164 357 143 63 0 6 323 142 57
Binary 10 1110100 11101111 1100011 110011 0 110 11010011 1100010 101111

Color Harmonies of #0274EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274EF

Black with #0274EF

Text Example


Text Example

White with #0274EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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