Html Css Color HEX #074382 Dark Cerulean

📋 copy color: '#074382'

red 7 ◦ green 67 ◦ blue 130

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

Shades of Dark Cerulean #074382

Tints of Dark Cerulean #074382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 3.43%
G = 32.84%
B = 63.73%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#074382 (or 0x074382) is known color: Dark Cerulean. HEX triplet: 07, 43 and 82. RGB value is (7,67,130). Sum of RGB (Red+Green+Blue) = 7+67+130=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #074382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074382 is #F8BC7D. Grayscale: #373737. Windows color (decimal): -16301182 or 8536839. OLE color: 8536839.

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

Color convert

RGB 7 67 130 -
CMYK 0.95 0.48 0 0.49
HSL 210.73º 0.9% 0.27% -
HSV(B) 210.73º 0.95% 0.51% -
XYZ 6.12 5.67 21.89 -
YUV 56.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 7 67 130 0.95 0.48 0 0.49 210.73 0.9 0.27
Hex 7 43 82 5F 30 0 31 D3 5A 1B
Octal 7 103 202 137 60 0 61 323 132 33
Binary 111 1000011 10000010 1011111 110000 0 110001 11010011 1011010 11011

Color Harmonies of #074382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074382

Black with #074382

Text Example


Text Example

White with #074382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074382; }

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

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

background-color css

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

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

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

border-color css

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

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

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