Html Css Color HEX #074B95 Dark Cerulean

📋 copy color: '#074B95'

red 7 ◦ green 75 ◦ blue 149

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

Shades of Dark Cerulean #074B95

Tints of Dark Cerulean #074B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 3.03%
G = 32.47%
B = 64.5%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#074B95 (or 0x074B95) is known color: Dark Cerulean. HEX triplet: 07, 4B and 95. RGB value is (7,75,149). Sum of RGB (Red+Green+Blue) = 7+75+149=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #074B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074B95 is #F8B46A. Grayscale: #3E3E3E. Windows color (decimal): -16299115 or 9784071. OLE color: 9784071.

HSL color Cylindrical-coordinate representation of color #074B95: hue angle of 211.27º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074B95 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 75 149 -
CMYK 0.95 0.50 0 0.42
HSL 211.27º 0.91% 0.31% -
HSV(B) 211.27º 0.95% 0.58% -
XYZ 8.03 7.25 29.41 -
YUV 63.1 176.47 87.98 -
System Red Green Blue C M Y K H S L
Decimal 7 75 149 0.95 0.50 0 0.42 211.27 0.91 0.31
Hex 7 4B 95 5F 32 0 2A D3 5B 1F
Octal 7 113 225 137 62 0 52 323 133 37
Binary 111 1001011 10010101 1011111 110010 0 101010 11010011 1011011 11111

Color Harmonies of #074B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B95

Black with #074B95

Text Example


Text Example

White with #074B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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