Html Css Color HEX #074BBC Cobalt

📋 copy color: '#074BBC'

red 7 ◦ green 75 ◦ blue 188

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

Shades of Cobalt #074BBC

Tints of Cobalt #074BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 2.59%
G = 27.78%
B = 69.63%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#074BBC (or 0x074BBC) is known color: Cobalt. HEX triplet: 07, 4B and BC. RGB value is (7,75,188). Sum of RGB (Red+Green+Blue) = 7+75+188=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #074BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BBC is #F8B443. Grayscale: #434343. Windows color (decimal): -16299076 or 12339975. OLE color: 12339975.

HSL color Cylindrical-coordinate representation of color #074BBC: hue angle of 217.46º 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 #074BBC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 75 188 -
CMYK 0.96 0.60 0 0.26
HSL 217.46º 0.93% 0.38% -
HSV(B) 217.46º 0.96% 0.74% -
XYZ 11.68 8.71 48.64 -
YUV 67.55 195.97 84.81 -
System Red Green Blue C M Y K H S L
Decimal 7 75 188 0.96 0.60 0 0.26 217.46 0.93 0.38
Hex 7 4B BC 60 3C 0 1A D9 5D 26
Octal 7 113 274 140 74 0 32 331 135 46
Binary 111 1001011 10111100 1100000 111100 0 11010 11011001 1011101 100110

Color Harmonies of #074BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BBC

Black with #074BBC

Text Example


Text Example

White with #074BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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