Html Css Color HEX #01507B Dark Cerulean

📋 copy color: '#01507B'

red 1 ◦ green 80 ◦ blue 123

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

Shades of Dark Cerulean #01507B

Tints of Dark Cerulean #01507B

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 80 (31.64% from 255) = 39.22%

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

R = 0.49%
G = 39.22%
B = 60.29%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01507B (or 0x01507B) is known color: Dark Cerulean. HEX triplet: 01, 50 and 7B. RGB value is (1,80,123). Sum of RGB (Red+Green+Blue) = 1+80+123=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #01507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01507B is #FEAF84. Grayscale: #3D3D3D. Windows color (decimal): -16691077 or 8081409. OLE color: 8081409.

HSL color Cylindrical-coordinate representation of color #01507B: hue angle of 201.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01507B is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 80 123 -
CMYK 0.99 0.35 0 0.52
HSL 201.15º 0.98% 0.24% -
HSV(B) 201.15º 0.99% 0.48% -
XYZ 6.46 7.17 19.78 -
YUV 61.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 1 80 123 0.99 0.35 0 0.52 201.15 0.98 0.24
Hex 1 50 7B 63 23 0 34 C9 62 18
Octal 1 120 173 143 43 0 64 311 142 30
Binary 1 1010000 1111011 1100011 100011 0 110100 11001001 1100010 11000

Color Harmonies of #01507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01507B

Black with #01507B

Text Example


Text Example

White with #01507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01507B; }

 p { color: rgb(1,80,123); }

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

background-color css

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

 a { background-color: rgb(1,80,123); }

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

border-color css

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

 span { border-color: rgb(1,80,123); }

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