Html Css Color HEX #0274EB Navy Blue

📋 copy color: '#0274EB'

red 2 ◦ green 116 ◦ blue 235

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

Shades of Navy Blue #0274EB

Tints of Navy Blue #0274EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 0.57%
G = 32.86%
B = 66.57%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0274EB (or 0x0274EB) is known color: Navy Blue. HEX triplet: 02, 74 and EB. RGB value is (2,116,235). Sum of RGB (Red+Green+Blue) = 2+116+235=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #0274EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0274EB is #FD8B14. Grayscale: #5E5E5E. Windows color (decimal): -16616213 or 15430658. OLE color: 15430658.

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

Color convert

RGB 2 116 235 -
CMYK 0.99 0.51 0 0.08
HSL 210.64º 0.98% 0.46% -
HSV(B) 210.64º 0.99% 0.92% -
XYZ 21.27 18.5 81.05 -
YUV 95.48 206.73 61.32 -
System Red Green Blue C M Y K H S L
Decimal 2 116 235 0.99 0.51 0 0.08 210.64 0.98 0.46
Hex 2 74 EB 63 33 0 8 D3 62 2E
Octal 2 164 353 143 63 0 10 323 142 56
Binary 10 1110100 11101011 1100011 110011 0 1000 11010011 1100010 101110

Color Harmonies of #0274EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274EB

Black with #0274EB

Text Example


Text Example

White with #0274EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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