Html Css Color HEX #074ABC Cobalt

📋 copy color: '#074ABC'

red 7 ◦ green 74 ◦ blue 188

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

Shades of Cobalt #074ABC

Tints of Cobalt #074ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 2.6%
G = 27.51%
B = 69.89%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#074ABC (or 0x074ABC) is known color: Cobalt. HEX triplet: 07, 4A and BC. RGB value is (7,74,188). Sum of RGB (Red+Green+Blue) = 7+74+188=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #074ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074ABC is #F8B543. Grayscale: #424242. Windows color (decimal): -16299332 or 12339719. OLE color: 12339719.

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

Color convert

RGB 7 74 188 -
CMYK 0.96 0.61 0 0.26
HSL 217.79º 0.93% 0.38% -
HSV(B) 217.79º 0.96% 0.74% -
XYZ 11.61 8.57 48.62 -
YUV 66.96 196.3 85.23 -
System Red Green Blue C M Y K H S L
Decimal 7 74 188 0.96 0.61 0 0.26 217.79 0.93 0.38
Hex 7 4A BC 60 3D 0 1A DA 5D 26
Octal 7 112 274 140 75 0 32 332 135 46
Binary 111 1001010 10111100 1100000 111101 0 11010 11011010 1011101 100110

Color Harmonies of #074ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074ABC

Black with #074ABC

Text Example


Text Example

White with #074ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,74,188); }

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

background-color css

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

 a { background-color: rgb(7,74,188); }

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

border-color css

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

 span { border-color: rgb(7,74,188); }

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