Html Css Color HEX #074B7C Dark Cerulean

📋 copy color: '#074B7C'

red 7 ◦ green 75 ◦ blue 124

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

Shades of Dark Cerulean #074B7C

Tints of Dark Cerulean #074B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 3.4%
G = 36.41%
B = 60.19%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#074B7C (or 0x074B7C) is known color: Dark Cerulean. HEX triplet: 07, 4B and 7C. RGB value is (7,75,124). Sum of RGB (Red+Green+Blue) = 7+75+124=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #074B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B7C is #F8B483. Grayscale: #3B3B3B. Windows color (decimal): -16299140 or 8145671. OLE color: 8145671.

HSL color Cylindrical-coordinate representation of color #074B7C: hue angle of 205.13º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074B7C is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 75 124 -
CMYK 0.94 0.40 0 0.51
HSL 205.13º 0.89% 0.26% -
HSV(B) 205.13º 0.94% 0.49% -
XYZ 6.24 6.53 20 -
YUV 60.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 7 75 124 0.94 0.40 0 0.51 205.13 0.89 0.26
Hex 7 4B 7C 5E 28 0 33 CD 59 1A
Octal 7 113 174 136 50 0 63 315 131 32
Binary 111 1001011 1111100 1011110 101000 0 110011 11001101 1011001 11010

Color Harmonies of #074B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B7C

Black with #074B7C

Text Example


Text Example

White with #074B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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