Html Css Color HEX #074384 Dark Cerulean

📋 copy color: '#074384'

red 7 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #074384

Tints of Dark Cerulean #074384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

 BLUE value IS 132 (51.95% from 255) = 64.08%

R = 3.4%
G = 32.52%
B = 64.08%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#074384 (or 0x074384) is known color: Dark Cerulean. HEX triplet: 07, 43 and 84. RGB value is (7,67,132). Sum of RGB (Red+Green+Blue) = 7+67+132=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #074384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074384 is #F8BC7B. Grayscale: #383838. Windows color (decimal): -16301180 or 8667911. OLE color: 8667911.

HSL color Cylindrical-coordinate representation of color #074384: hue angle of 211.2º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074384 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 67 132 -
CMYK 0.95 0.49 0 0.48
HSL 211.2º 0.9% 0.27% -
HSV(B) 211.2º 0.95% 0.52% -
XYZ 6.26 5.73 22.61 -
YUV 56.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 7 67 132 0.95 0.49 0 0.48 211.2 0.9 0.27
Hex 7 43 84 5F 31 0 30 D3 5A 1B
Octal 7 103 204 137 61 0 60 323 132 33
Binary 111 1000011 10000100 1011111 110001 0 110000 11010011 1011010 11011

Color Harmonies of #074384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074384

Black with #074384

Text Example


Text Example

White with #074384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074384; }

 p { color: rgb(7,67,132); }

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

background-color css

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

 a { background-color: rgb(7,67,132); }

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

border-color css

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

 span { border-color: rgb(7,67,132); }

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