Html Css Color HEX #074583 Dark Cerulean

📋 copy color: '#074583'

red 7 ◦ green 69 ◦ blue 131

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

Shades of Dark Cerulean #074583

Tints of Dark Cerulean #074583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 3.38%
G = 33.33%
B = 63.29%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#074583 (or 0x074583) is known color: Dark Cerulean. HEX triplet: 07, 45 and 83. RGB value is (7,69,131). Sum of RGB (Red+Green+Blue) = 7+69+131=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #074583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074583 is #F8BA7C. Grayscale: #393939. Windows color (decimal): -16300669 or 8602887. OLE color: 8602887.

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

Color convert

RGB 7 69 131 -
CMYK 0.95 0.47 0 0.49
HSL 210º 0.9% 0.27% -
HSV(B) 210º 0.95% 0.51% -
XYZ 6.31 5.94 22.29 -
YUV 57.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 7 69 131 0.95 0.47 0 0.49 210 0.9 0.27
Hex 7 45 83 5F 2F 0 31 D2 5A 1B
Octal 7 105 203 137 57 0 61 322 132 33
Binary 111 1000101 10000011 1011111 101111 0 110001 11010010 1011010 11011

Color Harmonies of #074583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074583

Black with #074583

Text Example


Text Example

White with #074583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074583; }

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

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

background-color css

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

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

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

border-color css

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

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

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