Html Css Color HEX #074BBD Cobalt

📋 copy color: '#074BBD'

red 7 ◦ green 75 ◦ blue 189

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

Shades of Cobalt #074BBD

Tints of Cobalt #074BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 69.74%

R = 2.58%
G = 27.68%
B = 69.74%

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

#074BBD (or 0x074BBD) is known color: Cobalt. HEX triplet: 07, 4B and BD. RGB value is (7,75,189). Sum of RGB (Red+Green+Blue) = 7+75+189=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #074BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BBD is #F8B442. Grayscale: #434343. Windows color (decimal): -16299075 or 12405511. OLE color: 12405511.

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

Color convert

RGB 7 75 189 -
CMYK 0.96 0.60 0 0.26
HSL 217.58º 0.93% 0.38% -
HSV(B) 217.58º 0.96% 0.74% -
XYZ 11.79 8.75 49.21 -
YUV 67.66 196.47 84.73 -
System Red Green Blue C M Y K H S L
Decimal 7 75 189 0.96 0.60 0 0.26 217.58 0.93 0.38
Hex 7 4B BD 60 3C 0 1A DA 5D 26
Octal 7 113 275 140 74 0 32 332 135 46
Binary 111 1001011 10111101 1100000 111100 0 11010 11011010 1011101 100110

Color Harmonies of #074BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BBD

Black with #074BBD

Text Example


Text Example

White with #074BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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