Html Css Color HEX #074BB3 Cobalt

📋 copy color: '#074BB3'

red 7 ◦ green 75 ◦ blue 179

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

Shades of Cobalt #074BB3

Tints of Cobalt #074BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.58%

R = 2.68%
G = 28.74%
B = 68.58%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#074BB3 (or 0x074BB3) is known color: Cobalt. HEX triplet: 07, 4B and B3. RGB value is (7,75,179). Sum of RGB (Red+Green+Blue) = 7+75+179=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 179 (70.31% from 255 or 68.58% from 261); Max value from RGB is 179 - color contains mainly: blue. Hex color #074BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BB3 is #F8B44C. Grayscale: #424242. Windows color (decimal): -16299085 or 11750151. OLE color: 11750151.

HSL color Cylindrical-coordinate representation of color #074BB3: hue angle of 216.28º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074BB3 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 75 179 -
CMYK 0.96 0.58 0 0.30
HSL 216.28º 0.92% 0.36% -
HSV(B) 216.28º 0.96% 0.7% -
XYZ 10.74 8.33 43.69 -
YUV 66.52 191.47 85.54 -
System Red Green Blue C M Y K H S L
Decimal 7 75 179 0.96 0.58 0 0.30 216.28 0.92 0.36
Hex 7 4B B3 60 3A 0 1E D8 5C 24
Octal 7 113 263 140 72 0 36 330 134 44
Binary 111 1001011 10110011 1100000 111010 0 11110 11011000 1011100 100100

Color Harmonies of #074BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BB3

Black with #074BB3

Text Example


Text Example

White with #074BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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