Html Css Color HEX #084A7B Dark Cerulean

📋 copy color: '#084A7B'

red 8 ◦ green 74 ◦ blue 123

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

Shades of Dark Cerulean #084A7B

Tints of Dark Cerulean #084A7B

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 74 (29.3% from 255) = 36.1%

 BLUE value IS 123 (48.44% from 255) = 60%

R = 3.9%
G = 36.1%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#084A7B (or 0x084A7B) is known color: Dark Cerulean. HEX triplet: 08, 4A and 7B. RGB value is (8,74,123). Sum of RGB (Red+Green+Blue) = 8+74+123=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #084A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A7B is #F7B584. Grayscale: #3B3B3B. Windows color (decimal): -16233861 or 8079880. OLE color: 8079880.

HSL color Cylindrical-coordinate representation of color #084A7B: hue angle of 205.57º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084A7B is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 74 123 -
CMYK 0.93 0.40 0 0.52
HSL 205.57º 0.88% 0.26% -
HSV(B) 205.57º 0.93% 0.48% -
XYZ 6.12 6.38 19.65 -
YUV 59.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 8 74 123 0.93 0.40 0 0.52 205.57 0.88 0.26
Hex 8 4A 7B 5D 28 0 34 CE 58 1A
Octal 10 112 173 135 50 0 64 316 130 32
Binary 1000 1001010 1111011 1011101 101000 0 110100 11001110 1011000 11010

Color Harmonies of #084A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A7B

Black with #084A7B

Text Example


Text Example

White with #084A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084A7B; }

 p { color: rgb(8,74,123); }

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

background-color css

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

 a { background-color: rgb(8,74,123); }

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

border-color css

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

 span { border-color: rgb(8,74,123); }

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