Html Css Color HEX #074383 Dark Cerulean

📋 copy color: '#074383'

red 7 ◦ green 67 ◦ blue 131

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

Shades of Dark Cerulean #074383

Tints of Dark Cerulean #074383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.9%

R = 3.41%
G = 32.68%
B = 63.9%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#074383 (or 0x074383) is known color: Dark Cerulean. HEX triplet: 07, 43 and 83. RGB value is (7,67,131). Sum of RGB (Red+Green+Blue) = 7+67+131=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #074383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074383 is #F8BC7C. Grayscale: #383838. Windows color (decimal): -16301181 or 8602375. OLE color: 8602375.

HSL color Cylindrical-coordinate representation of color #074383: hue angle of 210.97º 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 #074383 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 67 131 -
CMYK 0.95 0.49 0 0.49
HSL 210.97º 0.9% 0.27% -
HSV(B) 210.97º 0.95% 0.51% -
XYZ 6.19 5.7 22.25 -
YUV 56.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 7 67 131 0.95 0.49 0 0.49 210.97 0.9 0.27
Hex 7 43 83 5F 31 0 31 D3 5A 1B
Octal 7 103 203 137 61 0 61 323 132 33
Binary 111 1000011 10000011 1011111 110001 0 110001 11010011 1011010 11011

Color Harmonies of #074383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074383

Black with #074383

Text Example


Text Example

White with #074383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074383; }

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

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

background-color css

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

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

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

border-color css

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

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

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