Html Css Color HEX #0274CB Navy Blue

📋 copy color: '#0274CB'

red 2 ◦ green 116 ◦ blue 203

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

Shades of Navy Blue #0274CB

Tints of Navy Blue #0274CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 0.62%
G = 36.14%
B = 63.24%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0274CB (or 0x0274CB) is known color: Navy Blue. HEX triplet: 02, 74 and CB. RGB value is (2,116,203). Sum of RGB (Red+Green+Blue) = 2+116+203=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #0274CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0274CB is #FD8B34. Grayscale: #5B5B5B. Windows color (decimal): -16616245 or 13333506. OLE color: 13333506.

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

Color convert

RGB 2 116 203 -
CMYK 0.99 0.43 0 0.20
HSL 205.97º 0.98% 0.4% -
HSV(B) 205.97º 0.99% 0.8% -
XYZ 17.05 16.82 58.85 -
YUV 91.83 190.73 63.93 -
System Red Green Blue C M Y K H S L
Decimal 2 116 203 0.99 0.43 0 0.20 205.97 0.98 0.4
Hex 2 74 CB 63 2B 0 14 CE 62 28
Octal 2 164 313 143 53 0 24 316 142 50
Binary 10 1110100 11001011 1100011 101011 0 10100 11001110 1100010 101000

Color Harmonies of #0274CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274CB

Black with #0274CB

Text Example


Text Example

White with #0274CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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