Html Css Color HEX #074DBA Cobalt

📋 copy color: '#074DBA'

red 7 ◦ green 77 ◦ blue 186

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

Shades of Cobalt #074DBA

Tints of Cobalt #074DBA

RGB

 RED value IS 7 (3.13% from 255) = 2.59%

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 2.59%
G = 28.52%
B = 68.89%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#074DBA (or 0x074DBA) is known color: Cobalt. HEX triplet: 07, 4D and BA. RGB value is (7,77,186). Sum of RGB (Red+Green+Blue) = 7+77+186=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #074DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DBA is #F8B245. Grayscale: #434343. Windows color (decimal): -16298566 or 12209415. OLE color: 12209415.

HSL color Cylindrical-coordinate representation of color #074DBA: hue angle of 216.54º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074DBA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 77 186 -
CMYK 0.96 0.59 0 0.27
HSL 216.54º 0.93% 0.38% -
HSV(B) 216.54º 0.96% 0.73% -
XYZ 11.6 8.9 47.56 -
YUV 68.5 194.31 84.14 -
System Red Green Blue C M Y K H S L
Decimal 7 77 186 0.96 0.59 0 0.27 216.54 0.93 0.38
Hex 7 4D BA 60 3B 0 1B D9 5D 26
Octal 7 115 272 140 73 0 33 331 135 46
Binary 111 1001101 10111010 1100000 111011 0 11011 11011001 1011101 100110

Color Harmonies of #074DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DBA

Black with #074DBA

Text Example


Text Example

White with #074DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074DBA; }

 p { color: rgb(7,77,186); }

 H1.HeaderClassName
 {
   color: #074DBA;
 }
 .AnyTagClassName
 {
   color: #074DBA;
 }
</style>

background-color css

<style>
 a { background-color: #074DBA; }

 a { background-color: rgb(7,77,186); }

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

border-color css

<style>
 span { border-color: #074DBA; }

 span { border-color: rgb(7,77,186); }

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